pub type PackedBinaryField4x4b = PackedPrimitiveType<u16, BinaryField4b>;

Aliased Type§

struct PackedBinaryField4x4b(pub u16, pub PhantomData<BinaryField4b>);

Fields§

§0: u16§1: PhantomData<BinaryField4b>

Trait Implementations§

source§

impl InvertOrZero for PackedBinaryField4x4b

source§

fn invert_or_zero(self) -> Self

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

impl Mul for PackedBinaryField4x4b

§

type Output = PackedPrimitiveType<u16, BinaryField4b>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl MulAlpha for PackedBinaryField4x4b

source§

fn mul_alpha(self) -> Self

Multiply self by alpha
source§

impl<OP> PackedTransformationFactory<OP> for PackedBinaryField4x4b

§

type PackedTransformation<Data: Deref<Target = [OP::Scalar]>> = <PackedPrimitiveType<u16, BinaryField4b> as TaggedPackedTransformationFactory<PackedStrategy, 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 PackedBinaryField4x4b

source§

fn square(self) -> Self

Returns the value multiplied by itself