@railgun-community/poseidon-hash-wasm
v1.0.2
Published
Poseidon hash compiled from Rust to WASM
Downloads
300
Readme
Poseidon-hash in WASM
Uses the Rust rs-poseidon
crate to implement a performant Poseidon hash
function, available as WASM.
Contributing
Requires installing Rust, Cargo, and wasm-pack.
Test
npm test
Build
npm run build