Trait elliptic_curve::ProjectiveArithmetic[][src]

pub trait ProjectiveArithmetic: Curve where
    Scalar<Self>: PrimeField<Repr = FieldBytes<Self>>, 
{ type ProjectivePoint: Curve; }
This is supported on crate feature arithmetic only.

Elliptic curve with projective arithmetic implementation.

Associated Types

type ProjectivePoint: Curve[src]

Elliptic curve point in projective coordinates.

Loading content...

Implementors

Loading content...