Trait ethers::core::k256::elliptic_curve::AffineArithmetic[][src]

pub trait AffineArithmetic: Curve + ScalarArithmetic {
    type AffinePoint: 'static + Copy + Clone + ConditionallySelectable + ConstantTimeEq + Debug + Default + Sized + Send + Sync;
}
Expand description

Elliptic curve with affine arithmetic implementation.

Associated Types

Elliptic curve point in affine coordinates.

Implementors