[][src]Module ecdsa::sign

This is supported on crate feature sign only.

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

SigningKeysign

ECDSA signing key