Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(readme): Update Noir version compatibility description to v0.36.0 #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Optimized Noir library that evaluates RSA signatures.

This library uses <https://github.com/noir-lang/noir-bignum> as a dependency.

## Noir version compatibility

This library is tested with all Noir stable releases from v0.36.0.

## Benchmarks

The benchmarking source code and its details can be found in [this repository](https://github.com/hashcloak/noir_rsa_bench).
Expand All @@ -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:
Expand Down
Loading