Show HN: WASM/TS crypto library for Ed25519, Shamir sharing, AEAD secret boxes(github.com)
github.com
Show HN: WASM/TS crypto library for Ed25519, Shamir sharing, AEAD secret boxes
https://github.com/deliberative/crypto
0 comments
—
https://github.com/deliberative/crypto
—
I made this library because I wanted better performance than tweetnacl and I also wanted Shamir secret sharing. I wrote some C functions that use libsodium and compiled them to WASM with emscripten and everything is fully typed. Would love to hear your thoughts on this. Try it out, and of course feedback and contributions are very welcome!