Skip to main content

M256

Type Alias M256 

Source
pub type M256 = ScaledUnderlier<M128, 2>;

Aliased Type§

#[repr(transparent)]
pub struct M256(pub [M128; 2]);

Tuple Fields§

§0: [M128; 2]

Trait Implementations§

Source§

impl From<GhashSq256b> for M256

Source§

fn from(val: GhashSq256b) -> Self

Converts to this type from the input type.