Type Alias zint::U256

pub type U256 = Uint<256, 4>;
Expand description

[Uint] for 256 bits.

Aliased Type§

struct U256 {
    pub(crate) limbs: [u64; 4],
}

Fields§

§limbs: [u64; 4]