bls point type back to sharding spec

This commit is contained in:
protolambda 2021-03-18 01:09:15 +01:00
parent f618f3c59d
commit d4c057a0bd
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@ We define the following Python custom types for type hinting and readability:
| Name | SSZ equivalent | Description |
| - | - | - |
| `SampleIndex` | `uint64` | A sample index, corresponding to chunk of extended data |
| `BLSPoint` | `uint256` | A number `x` in the range `0 <= x < MODULUS` |
## Configuration

View File

@ -70,6 +70,7 @@ We define the following Python custom types for type hinting and readability:
| - | - | - |
| `Shard` | `uint64` | A shard number |
| `BLSCommitment` | `bytes48` | A G1 curve point |
| `BLSPoint` | `uint256` | A number `x` in the range `0 <= x < MODULUS` |
## Configuration