pub type B512 = FixedBytes<64>;Expand description
64-byte fixed byte-array type.
Aliased Type§
#[repr(transparent)]pub struct B512(pub [u8; 64]);Tuple Fields§
§0: [u8; 64]pub type B512 = FixedBytes<64>;64-byte fixed byte-array type.
#[repr(transparent)]pub struct B512(pub [u8; 64]);0: [u8; 64]