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

correct the createDeriveKey function signature in the readme #13

Closed oconnor663 closed 4 years ago

oconnor663 commented 4 years ago

If I'm reading the code correctly, this function takes a context string, which is definitely the right thing for it to take. But the readme described it as taking a key, maybe because of a paste-o?

connor4312 commented 4 years ago

Yep, thanks!