Daninet / hash-wasm

Lightning fast hash functions using hand-tuned WebAssembly binaries
https://npmjs.com/package/hash-wasm
Other
894 stars 50 forks source link

any plan to support famous encryption algorithms? #61

Closed fyears closed 3 weeks ago

fyears commented 4 months ago

Hi,

I found this project very useful! Thanks!

But currently this project mainly focuses on hash, do you have any plan to extend it to support famous encryption algorithms? Such as nacl, XChaCha20-Poly1305, etc?

Thanks!

Daninet commented 3 weeks ago

Hi, I prefer supporting only hash functions under the "hash-wasm" name. Maybe I will start a new library for encryption when I have a good enough use case.