Type Alias U512
pub type U512 = Uint<512, 8>;Expand description
512-bit [unsigned integer type][Uint], consisting of 8, 64-bit limbs.
Aliased Typeยง
pub struct U512 { /* private fields */ }pub type U512 = Uint<512, 8>;512-bit [unsigned integer type][Uint], consisting of 8, 64-bit limbs.
pub struct U512 { /* private fields */ }