☰
PrimeCurve
PrimeCurve
Implementors
In elliptic_curve
Modules
consts
ops
sec1
Structs
Error
NonZeroScalar
PublicKey
ScalarCore
SecretKey
Traits
AffineArithmetic
AffineXCoordinate
Curve
DecompactPoint
DecompressPoint
Field
Group
IsHigh
PointCompaction
PointCompression
PrimeCurve
PrimeCurveArithmetic
PrimeField
ProjectiveArithmetic
ScalarArithmetic
Type Definitions
AffinePoint
FieldBytes
FieldSize
ProjectivePoint
Result
Scalar
?
Trait
elliptic_curve
::
PrimeCurve
source
·
[
−
]
pub trait PrimeCurve:
Curve
{ }
Expand description
Marker trait for elliptic curves with prime order.
Implementors
§
impl
PrimeCurve
for
Secp256k1