eth2.0-specs/specs/eip4844
George Kadianakis d197ed1451 EIP4844: Introduce bytes_to_bls_field() helper
Improves separation between BLS cryptography and Ethereum SSZ logic.

Now the BLS library just implements bytes_to_bls_field(). Then hash_to_bls_field() does the Ethereum SSZ magic and
calls bytes_to_bls_field().
2022-09-26 19:01:01 +03:00
..
beacon-chain.md PR feedback from @djrtwo 2022-07-15 23:37:32 +08:00
fork.md Fix EIP4844 `create_genesis_state`, `EIP4844_FORK_VERSION`, and `config_fork_epoch_overrides` 2022-07-16 01:13:25 +08:00
p2p-interface.md eip4844: signed_blobs_header -> signed_blobs_sidecar 2022-09-21 14:49:18 -07:00
polynomial-commitments.md EIP4844: Introduce bytes_to_bls_field() helper 2022-09-26 19:01:01 +03:00
validator.md EIP4844: Introduce bytes_to_bls_field() helper 2022-09-26 19:01:01 +03:00