You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnau c89a44623d
Merge pull request #2 from arnaucube/feature/ff
3 years ago
benches Migrate from BigInt to ff::Fr, remove generic methods 3 years ago
gen_constants gen_constants crate appart 3 years ago
src Migrate from BigInt to ff::Fr, remove generic methods 3 years ago
.gitignore add mimc7 4 years ago
.travis.yml crate pub & add travis 4 years ago
Cargo.toml Migrate from BigInt to ff::Fr, remove generic methods 3 years ago
LICENSE Initial commit 4 years ago
README.md Migrate from BigInt to ff::Fr, remove generic methods 3 years ago

README.md

mimc-rs Crates.io Build Status

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