Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 257 Bytes

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