https://github.com/noir-lang/mimc
https://github.com/noir-lang/mimc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noir-lang/mimc
- Owner: noir-lang
- License: apache-2.0
- Created: 2024-09-26T12:59:03.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T17:38:57.000Z (4 months ago)
- Last Synced: 2025-01-02T18:35:49.708Z (4 months ago)
- Language: Noir
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - MiMC - MiMC hashes (Libraries / Cryptography)
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" }
```