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.

9 lines
513 B

4 years ago
4 years ago
  1. # mimc-rs [![Crates.io](https://img.shields.io/crates/v/mimc-rs.svg)](https://crates.io/crates/mimc-rs) [![Test](https://github.com/arnaucube/mimc-rs/workflows/Test/badge.svg)](https://github.com/arnaucube/mimc-rs/actions?query=workflow%3ATest)
  2. MIMC7 hash implementation in Rust, a zkSNARK friendly hash function.
  3. https://eprint.iacr.org/2016/492.pdf
  4. Compatible with MiMC7 Go implementation from https://github.com/iden3/go-iden3-crypto & https://github.com/iden3/circomlib
  5. ## Warning
  6. Do not use in production