Skip to content

Commit 03bb474

Browse files
authored
chore(readme): Update Noir version compatibility description to v0.37.0 (#24)
1 parent cfb29f8 commit 03bb474

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Features:
88
- flexible interface can process arbitrary JSON schemas
99
- O(1) algorithms to query whether keys exist
1010

11-
> **requires Noir v0.32 or greater**
12-
1311
> **if using bb backend, megaplonk (`bb prove_mega_honk`) will give best performance as json-parser uses a megaplonk-friendly hash function Poseidon2**
1412
> (see [bb documentation](https://github.com/AztecProtocol/aztec-packages/blob/master/barretenberg/cpp/src/barretenberg/bb/readme.md#installation) for install/upgrade details)
1513
14+
## Noir version compatibility
15+
16+
This library is tested with all Noir stable releases from v0.37.0.
17+
1618
# Usage and Interface
1719

1820
Multiple JSON parser types are exposed that accomodate different maximum length parameters:

0 commit comments

Comments
 (0)