mirror of
https://github.com/arnaucube/mimc-rs.git
synced 2026-03-22 23:56:40 +01:00
No description
- Rust 100%
On a Intel(R) Core(TM) i7-8705G CPU @ 3.10GHz, with 32 GB of RAM: - Before ff: hash time: [927.61 us 927.78 us 927.98 us] - Previous commit: hash time: [26.495 us 26.503 us 26.512 us] - New: hash time: [9.8622 us 9.9953 us 10.127 us] |
||
|---|---|---|
| .github/workflows | ||
| benches | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
mimc-rs

MIMC7 hash implementation in Rust, a zkSNARK friendly hash function.
https://eprint.iacr.org/2016/492.pdf
Compatible with MiMC7 Go implementation from https://github.com/iden3/go-iden3-crypto & https://github.com/iden3/circomlib
Warning
Do not use in production