pub type U256_with_u8 = BigUInt<u8, 32>;
256-bit unsigned integer implemented by BigUInt<u8, 32> made with thirty-two u8s
BigUInt<u8, 32>
u8
pub struct U256_with_u8 { /* private fields */ }