Skip to content

noir-lang/mimc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfdf6cc · Jan 6, 2025

History

5 Commits
Oct 30, 2024
Sep 26, 2024
Sep 26, 2024
Oct 30, 2024
Oct 30, 2024
Jan 6, 2025
Sep 26, 2024
Oct 30, 2024
Sep 26, 2024
Sep 26, 2024

Repository files navigation

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" }