From 732d1fb5794d54187ba0080222f2caee0625d673 Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:28:41 +0900 Subject: [PATCH] chore: Update Noir version compatibility description to v1.0.0-beta.0 (#37) Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4b7708..48c5f64 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Optimized Noir library that evaluates RSA signatures. This library uses as a dependency. +## Noir version compatibility + +This library is tested with all Noir stable releases from v1.0.0-beta.0. + ## Benchmarks The benchmarking source code and its details can be found in [this repository](https://github.com/hashcloak/noir_rsa_bench). @@ -26,10 +30,6 @@ Also, the results for the verification of 10 signatures are the following: The benchmarks were executed using a laptop with Intel(R) Core(TM) i7-13700H CPU and 32 GB of RAM. -## Dependencies - -`noir_rsa` requires Noir ≥v0.35.0. Refer to [Noir's docs](https://noir-lang.org/docs/getting_started/installation/) for installation steps. - ## Installation In your _Nargo.toml_ file, add the version of this library you would like to install under dependency: