Trait elliptic_curve::point::ProjectiveArithmetic[][src]

pub trait ProjectiveArithmetic: Curve where
    FieldBytes<Self>: From<Scalar<Self>> + for<'r> From<&'r Scalar<Self>>,
    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

impl ProjectiveArithmetic for MockCurve[src]

This is supported on crate feature dev only.

type ProjectivePoint = ProjectivePoint

This is supported on crate feature arithmetic only.
Loading content...