mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-14 11:37:25 +00:00
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().