Type Definition byte_fmt::U512

source ·
pub type U512 = Uint<512, 8>;
Expand description

Uint for 512 bits.

Trait Implementations§

source§

impl From<B64<[u8; 64]>> for U512

source§

fn from(val: B64<[u8; 64]>) -> Self

Converts to this type from the input type.