Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/mimc-rs
MiMC hash function
https://github.com/arnaucube/mimc-rs
Last synced: 2 months ago
JSON representation
MiMC hash function
- Host: GitHub
- URL: https://github.com/arnaucube/mimc-rs
- Owner: arnaucube
- License: gpl-3.0
- Created: 2019-08-03T18:39:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T21:20:42.000Z (over 4 years ago)
- Last Synced: 2024-04-16T22:33:55.861Z (9 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
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