mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-25 01:50:08 +00:00
d197ed1451
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().