U256_with_u8

Type Alias U256_with_u8 

Source
pub type U256_with_u8 = BigUInt<u8, 32>;
Expand description

256-bit unsigned integer implemented by BigUInt<u8, 32> made with thirty-two u8s

Aliased Typeยง

pub struct U256_with_u8 { /* private fields */ }