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

https://github.com/noir-lang/mimc


https://github.com/noir-lang/mimc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MiMC

A Noir implementation of the MiMC hash function.

## Benchmarks

TODO

## Installation

In your _Nargo.toml_ file, add the version of this library you would like to install under dependency:

```
[dependencies]
mimc = { tag = "v0.1.0", git = "https://github.com/noir-lang/mimc" }
```