Type Alias Bit256

Source
pub type Bit256 = A32;
Expand description

Type alias for A32 in bits

Aliased Type§

#[repr(align(32))]
pub struct Bit256(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]