pub type PackedBinaryField1x64b = PackedPrimitiveType<u64, BinaryField64b>;

Aliased Type§

struct PackedBinaryField1x64b(pub u64, pub PhantomData<BinaryField64b>);

Fields§

§0: u64§1: PhantomData<BinaryField64b>

Trait Implementations§

source§

impl InvertOrZero for PackedBinaryField1x64b

source§

fn invert_or_zero(self) -> Self

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

impl Mul for PackedBinaryField1x64b

§

type Output = PackedPrimitiveType<u64, BinaryField64b>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl MulAlpha for PackedBinaryField1x64b

source§

fn mul_alpha(self) -> Self

Multiply self by alpha
source§

impl<OP> PackedTransformationFactory<OP> for PackedBinaryField1x64b

§

type PackedTransformation<Data: Deref<Target = [OP::Scalar]>> = <PackedPrimitiveType<u64, BinaryField64b> as TaggedPackedTransformationFactory<PairwiseStrategy, 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 PackedBinaryField1x64b

source§

fn square(self) -> Self

Returns the value multiplied by itself