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

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

This is supported on crate feature arithmetic only.

Elliptic curve point in projective coordinates.

Loading content...

Implementors

Loading content...