We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0684a13 commit 8d9b60cCopy full SHA for 8d9b60c
1 file changed
README.md
@@ -17,12 +17,12 @@ lookup arguments for shared state.
17
18
## Cryptographic setup
19
20
-| Component | Choice |
21
-|-----------|--------|
22
-| Field | Goldilocks (p = 2^64 - 2^32 + 1) |
+| Component | Choice |
+|-----------|-----------------------------------------------|
+| Field | Goldilocks (p = 2^64 - 2^32 + 1) |
23
| Extension | Degree-2 binomial extension (~2^128 elements) |
24
-| Hash | Keccak-256 |
25
-| PCS | FRI over Merkle trees |
+| Hash | Keccak-256 |
+| PCS | FRI over Merkle trees |
26
27
Security level is configurable via `FriParameters`. With `log_blowup = 1` and
28
`num_queries = 100`, FRI provides ~2^(-100) soundness error. See the
0 commit comments