Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 15, 2024
1 parent 4cc1b2c commit 2b8a57f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
toolchain: nightly

- name: Run Noir tests
working-directory: ./lib
run: nargo test

- name: Run formatter
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,15 @@ The benchmarks were executed using a laptop with Intel(R) Core(TM) i7-13700H CPU

## Dependencies

- Noir ≥v0.32.0
- Barretenberg ≥v0.46.1

Refer to [Noir's docs](https://noir-lang.org/docs/getting_started/installation/) and [Barretenberg's docs](https://github.com/AztecProtocol/aztec-packages/blob/master/barretenberg/cpp/src/barretenberg/bb/readme.md#installation) for installation steps.
`noir_rsa` requires Noir ≥v0.34.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:

```
[dependencies]
noir_rsa = { tag = "v0.2", git = "https://github.com/noir-lang/noir_rsa" }
noir_rsa = { tag = "v0.3.3", git = "https://github.com/noir-lang/noir_rsa" }
```

## Usage
Expand Down

0 comments on commit 2b8a57f

Please sign in to comment.