connor4312 / blake3

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

Support derive key #9

Closed okuryu closed 4 years ago

okuryu commented 4 years ago

This lib seems to not support the derive_key mode. Right? https://github.com/BLAKE3-team/BLAKE3/tree/5ef22de9d055bc5d65c1e70734a9047842ed3ed1#the-blake3-crate

connor4312 commented 4 years ago

Correct. That's under https://github.com/connor4312/blake3/issues/2, which I haven't had a chance to do yet. I'm planning to take care of it some time this week/end. PRs welcome as well.

connor4312 commented 4 years ago

2.1.0 has this. Let me know if you hit issues.