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