pub type PackedBinaryField64x1b = PackedPrimitiveType<u64, BinaryField1b>;

Aliased Type§

struct PackedBinaryField64x1b(pub u64, pub PhantomData<BinaryField1b>);

Fields§

§0: u64§1: PhantomData<BinaryField1b>

Trait Implementations§

source§

impl InvertOrZero for PackedBinaryField64x1b

source§

fn invert_or_zero(self) -> Self

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

impl Mul for PackedBinaryField64x1b

§

type Output = PackedPrimitiveType<u64, BinaryField1b>

The resulting type after applying the * operator.
source§

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

Performs the * operation. Read more
source§

impl MulAlpha for PackedBinaryField64x1b

source§

fn mul_alpha(self) -> Self

Multiply self by alpha
source§

impl<OP> PackedTransformationFactory<OP> for PackedBinaryField64x1b

§

type PackedTransformation<Data: Deref<Target = [OP::Scalar]>> = <PackedPrimitiveType<u64, BinaryField1b> 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 PackedBinaryField64x1b

source§

fn square(self) -> Self

Returns the value multiplied by itself