alloy_primitives::aliasesType Alias B512
Source pub type B512 = FixedBytes<64>;
Expand description
struct B512(pub [u8; 64]);
Converts a fixed-width unsigned integer into a fixed byte array
by interpreting the bytes as big-endian.
Converts a fixed-width unsigned integer into a fixed byte array
by interpreting the bytes as big-endian.