marvinroger / nanocurrency-js

🔗 A toolkit for the Nano cryptocurrency, allowing you to derive keys, generate seeds, hashes, signatures, proofs of work and blocks.
https://marvinroger.github.io/nanocurrency-js
141 stars 31 forks source link

feat: switch WASM to Rust #73

Open marvinroger opened 4 years ago

marvinroger commented 4 years ago

The implementation is still ~10% slower than the current Emscripten WASM. Not sure we can do better, though, except if we implement our own Blake2b lib.