No description
Find a file
arnaucube f30ebf7b71 Update to last circomlib version
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]
2020-09-30 23:19:50 +02:00
.github/workflows Add GHA, small clean 2020-09-29 22:20:21 +02:00
benches Update to last circomlib version 2020-09-30 23:19:50 +02:00
src Update to last circomlib version 2020-09-30 23:19:50 +02:00
.gitignore add mimc7 2019-08-03 20:44:34 +02:00
Cargo.toml Update to last circomlib version 2020-09-30 23:19:50 +02:00
LICENSE Initial commit 2019-08-03 20:39:27 +02:00
README.md Add GHA, small clean 2020-09-29 22:20:21 +02:00

mimc-rs Crates.io Test

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