dop-curve25519-scalarmult-wasm
v1.0.3
Published
Curve25519 scalar multiplication in WASM
Downloads
262
Readme
Curve25519 Scalarmult in WASM
Uses the Rust Dalek
library to implement a performant scalarmult function, available
as WASM.
Contributing
Requires installing Rust, Cargo, and wasm-pack.
Test
npm test
Build
npm run build