[][src]Trait elliptic_curve::Arithmetic

Elliptic curve with curve arithmetic support

Associated Types

type Scalar: ConditionallySelectable + ConstantTimeEq + Default + FromBytes<Size = Self::ElementSize> + Into<ElementBytes<Self>>

Scalar type for a given curve

type AffinePoint: ConditionallySelectable + Mul<NonZeroScalar<Self>> + Generator

Affine point type for a given curve

Loading content...

Implementors

Loading content...