binius_field::packed_aes_field

Type Alias PackedAESBinaryField2x64b

Source
pub type PackedAESBinaryField2x64b = PackedPrimitiveType<M128, AESTowerField64b>;

Aliased Type§

struct PackedAESBinaryField2x64b(pub M128, pub PhantomData<AESTowerField64b>);

Fields§

§0: M128§1: PhantomData<AESTowerField64b>

Trait Implementations§

Source§

impl InvertOrZero for PackedAESBinaryField2x64b

Source§

fn invert_or_zero(self) -> Self

Returns the inverted value or zero in case when self is zero
Source§

impl Mul for PackedAESBinaryField2x64b

Source§

type Output = PackedPrimitiveType<M128, AESTowerField64b>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Self) -> Self

Performs the * operation. Read more
Source§

impl MulAlpha for PackedAESBinaryField2x64b

Source§

fn mul_alpha(self) -> Self

Multiply self by alpha
Source§

impl<OP> PackedTransformationFactory<OP> for PackedAESBinaryField2x64b

Source§

type PackedTransformation<Data: Deref<Target = [OP::Scalar]>> = <PackedPrimitiveType<M128, AESTowerField64b> as TaggedPackedTransformationFactory<SimdStrategy, OP>>::PackedTransformation<Data>

Source§

fn make_packed_transformation<Data: Deref<Target = [OP::Scalar]>>( transformation: FieldLinearTransformation<OP::Scalar, Data>, ) -> Self::PackedTransformation<Data>

Source§

impl Square for PackedAESBinaryField2x64b

Source§

fn square(self) -> Self

Returns the value multiplied by itself