Trait elliptic_curve::AffineArithmetic[][src]

pub trait AffineArithmetic: Curve + ScalarArithmetic {
    type AffinePoint: Copy + Clone + ConditionallySelectable + ConstantTimeEq + Debug + Default + Sized + Send + Sync + 'static;
}
This is supported on crate feature arithmetic only.
Expand description

Elliptic curve with affine arithmetic implementation.

Associated Types

Elliptic curve point in affine coordinates.

Implementors