You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We pad the data with 0x0 byte every 31 bytes so that the field elements
189
+
// constructed from the bytes are less than BLS_MODULUS.
190
+
//
191
+
// See https://github.com/ethereum/consensus-specs/blob/86fb82b221474cc89387fa6436806507b3849d88/specs/deneb/polynomial-commitments.md#bytes_to_bls_field
0 commit comments