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: