Expand description
Scalar types.
Structs§
- Blinded
Scalar arithmetic - Scalar blinded with a randomly generated masking value.
- NonZero
Scalar arithmetic - Non-zero scalar type.
- Scalar
Primitive - Generic scalar type with primitive functionality.
Traits§
- From
Uint Unchecked - Instantiate a scalar from an unsigned integer without checking for overflow.
- IsHigh
- Is this scalar greater than n / 2?
Type Aliases§
- Scalar
arithmetic - Scalar field element for a particular elliptic curve.
- Scalar
Bits bits - Bit representation of a scalar field element of a given curve.