Expand description
Scalar types.
Modulesยง
- blinded ๐
 - Random blinding support for 
Scalar - nonzero ๐
 - Non-zero scalar type.
 - primitive ๐
 - Generic scalar type with primitive functionality.
 
Structsยง
- Blinded
Scalar  - Scalar blinded with a randomly generated masking value.
 - NonZero
Scalar  - 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
 - Scalar field element for a particular elliptic curve.