Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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