Skip to content

Commit

Permalink
chore: Update Noir version compatibility description to v1.0.0-beta.0 (
Browse files Browse the repository at this point in the history
…#37)

Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
  • Loading branch information
Savio-Sou and TomAFrench authored Jan 13, 2025
1 parent 0769ffb commit 732d1fb
Showing 1 changed file with 4 additions and 4 deletions.
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 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).
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

0 comments on commit 732d1fb

Please sign in to comment.