Skip to content

Commit 8d9b60c

Browse files
fixed table alignment on README.md
1 parent 0684a13 commit 8d9b60c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ lookup arguments for shared state.
1717

1818
## Cryptographic setup
1919

20-
| Component | Choice |
21-
|-----------|--------|
22-
| Field | Goldilocks (p = 2^64 - 2^32 + 1) |
20+
| Component | Choice |
21+
|-----------|-----------------------------------------------|
22+
| Field | Goldilocks (p = 2^64 - 2^32 + 1) |
2323
| Extension | Degree-2 binomial extension (~2^128 elements) |
24-
| Hash | Keccak-256 |
25-
| PCS | FRI over Merkle trees |
24+
| Hash | Keccak-256 |
25+
| PCS | FRI over Merkle trees |
2626

2727
Security level is configurable via `FriParameters`. With `log_blowup = 1` and
2828
`num_queries = 100`, FRI provides ~2^(-100) soundness error. See the

0 commit comments

Comments
 (0)