connor4312 / blake3

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly
https://connor4312.github.io/blake3/index.html
MIT License
177 stars 18 forks source link

Variable length output #6

Closed connor4312 closed 4 years ago

connor4312 commented 4 years ago

BLAKE3 hashes can output up to 2^64-1 bytes. By default we return 32 bytes, but we should make it configurable, or readable

connor4312 commented 4 years ago

Available in 2.0.0.