Expand description
Common traits for points and scalars
Traits§
- IsZero
- Trait that allows you to check whether value is zero
- NoInvalid
Points - Marker trait for curves whose underlying implementation doesn’t allow representing invalid points.
- One
- Type that has “one” value (multiplicative identity)
- Reduce
- Reduces an integer represented as array of
Nbytes modulo curve (prime) order - Samplable
- Type can be uniformely sampled from source of randomness
- Zero
- Type that has zero value (additive identity)