Skip to main content

UInt256

Type Alias UInt256 

Source
pub type UInt256 = UInt<UINT256_SIZE>;

Aliased Type§

#[repr(C)]
pub struct UInt256(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]