You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now haxe.crytop.Sha256 and friends require all the data to be hashed to be in RAM before hashing. This means it cannot be used to eg hash large files. It would be good to provide an incremental hashing function with .update() method as is found in other ecosystems.
The text was updated successfully, but these errors were encountered:
Simn
transferred this issue from HaxeFoundation/haxe
Nov 29, 2023
Right now
haxe.crytop.Sha256
and friends require all the data to be hashed to be in RAM before hashing. This means it cannot be used to eg hash large files. It would be good to provide an incremental hashing function with.update()
method as is found in other ecosystems.The text was updated successfully, but these errors were encountered: