Expand description
ECDSA signing key. Generic over elliptic curves.
Requires an elliptic_curve::ProjectiveArithmetic impl on the curve, and a
SignPrimitive impl on its associated Scalar type.
Structs
ECDSA signing key
ECDSA signing key. Generic over elliptic curves.
Requires an elliptic_curve::ProjectiveArithmetic impl on the curve, and a
SignPrimitive impl on its associated Scalar type.
ECDSA signing key