pub struct U256 { /* private fields */ }
impl U256
pub fn from_bytes32(bytes: [u8; 32]) -> Self
pub fn to_u128_limbs(self) -> [Field; 2]