Skip to content

Commit

Permalink
Merge pull request #2754 from ethereum/dankrad-patch-1
Browse files Browse the repository at this point in the history
Correct primitive root
  • Loading branch information
djrtwo committed Dec 1, 2021
2 parents 37eae2a + ad588d7 commit 4d35748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/sharding/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The following values are (non-configurable) constants used throughout the specif

| Name | Value | Notes |
| - | - | - |
| `PRIMITIVE_ROOT_OF_UNITY` | `5` | Primitive root of unity of the BLS12_381 (inner) modulus |
| `PRIMITIVE_ROOT_OF_UNITY` | `7` | Primitive root of unity of the BLS12_381 (inner) modulus |
| `DATA_AVAILABILITY_INVERSE_CODING_RATE` | `2**1` (= 2) | Factor by which samples are extended for data availability encoding |
| `POINTS_PER_SAMPLE` | `uint64(2**3)` (= 8) | 31 * 8 = 248 bytes |
| `MODULUS` | `0x73eda753299d7d483339d80809a1d80553bda402fffe5bfeffffffff00000001` (curve order of BLS12_381) |
Expand Down

0 comments on commit 4d35748

Please sign in to comment.