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
impl From<GhashSq256b> for M256
Source§fn from(val: GhashSq256b) -> Self
fn from(val: GhashSq256b) -> Self
Converts to this type from the input type.