mirror of
https://github.com/arnaucube/poseidon-ark.git
synced 2026-01-09 23:41:29 +01:00
32cf0558fa8f5f67b251b9ff6c1e8cf94f0d2f3e
Tested on a Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz, with 16GB of RAM. - Old (using nnum-bigint): hash time: [5.9258 ms 5.9407 ms 5.9587 ms] - New (using ff): hash time: [120.12 us 121.08 us 122.30 us]
poseidon-rs

Poseidon hash implementation in Rust, a zkSNARK friendly hash function.
https://eprint.iacr.org/2019/458.pdf
Compatible with the Poseidon Go implementation done in https://github.com/iden3/go-iden3-crypto and in https://github.com/iden3/circomlib
Warning
Do not use in production
Benchmarks
hash time: [120.12 us 121.08 us 122.30 us]
Description
Languages
Rust
100%