Type Alias B64
Source pub type B64 = FixedBytes<8>;
Expand description
#[repr(transparent)]
pub struct B64(pub [u8; 8]);
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.
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.