From 952af9c9de88a80be412b5f729d4813188b2300f Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:15:20 +0800 Subject: [PATCH] chore(readme): Add Noir version compatibility description and Benchmarks todo --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 164111b..c61b5b7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A library which exports the `eddsa_verify` function which formerly existed within the Noir stdlib. +## Noir version compatibility + +This library is tested with all stable releases from Noir v0.36.0. + +## Benchmarks + +TODO + ## Installation In your _Nargo.toml_ file, add the version of this library you would like to install under dependency: