pub type PackedGhashSq1x256b = PackedPrimitiveType<M256, GhashSq256b>;Aliased Type§
#[repr(transparent)]pub struct PackedGhashSq1x256b(pub ScaledUnderlier<M128, 2>, pub PhantomData<GhashSq256b>);Tuple Fields§
§0: ScaledUnderlier<M128, 2>§1: PhantomData<GhashSq256b>Trait Implementations§
Source§impl InvertOrZero for PackedGhashSq1x256b
impl InvertOrZero for PackedGhashSq1x256b
Source§impl Mul for PackedGhashSq1x256b
impl Mul for PackedGhashSq1x256b
Source§type Output = PackedPrimitiveType<ScaledUnderlier<M128, 2>, GhashSq256b>
type Output = PackedPrimitiveType<ScaledUnderlier<M128, 2>, GhashSq256b>
The resulting type after applying the
* operator.