You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ Features:
8
8
- flexible interface can process arbitrary JSON schemas
9
9
- O(1) algorithms to query whether keys exist
10
10
11
-
> **requires Noir v0.32 or greater**
12
-
13
11
> **if using bb backend, megaplonk (`bb prove_mega_honk`) will give best performance as json-parser uses a megaplonk-friendly hash function Poseidon2**
14
12
> (see [bb documentation](https://github.com/AztecProtocol/aztec-packages/blob/master/barretenberg/cpp/src/barretenberg/bb/readme.md#installation) for install/upgrade details)
15
13
14
+
## Noir version compatibility
15
+
16
+
This library is tested with all Noir stable releases from v0.37.0.
17
+
16
18
# Usage and Interface
17
19
18
20
Multiple JSON parser types are exposed that accomodate different maximum length parameters:
0 commit comments