elliptic_curve

Module scalar

Source
Expand description

Scalar types.

Structs§

BlindedScalararithmetic
Scalar blinded with a randomly generated masking value.
NonZeroScalararithmetic
Non-zero scalar type.
ScalarPrimitive
Generic scalar type with primitive functionality.

Traits§

FromUintUnchecked
Instantiate a scalar from an unsigned integer without checking for overflow.
IsHigh
Is this scalar greater than n / 2?

Type Aliases§

Scalararithmetic
Scalar field element for a particular elliptic curve.
ScalarBitsbits
Bit representation of a scalar field element of a given curve.