From 52070d5d1a6fced7a9876aa781a7b6d8739ba59b Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:17:12 +0800 Subject: [PATCH 1/2] chore(readme): Add Noir version compatibility description --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d1b2cd..27c1269 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ A Noir implementation of the MiMC hash function. +## Noir version compatibility + +This library is tested with all stable releases from Noir v0.35.0. + ## Benchmarks TODO - ## Installation In your _Nargo.toml_ file, add the version of this library you would like to install under dependency: From a23a2323d1a4e901f678d1b45de6cea7c657b03c Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:23:59 +0800 Subject: [PATCH 2/2] Rearrange wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27c1269..b155fde 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Noir implementation of the MiMC hash function. ## Noir version compatibility -This library is tested with all stable releases from Noir v0.35.0. +This library is tested with all Noir stable releases from v0.35.0. ## Benchmarks