[][src]Module ecdsa::signer

This is supported on feature="signer" only.

ECDSA signer. Generic over elliptic curves.

Requires an elliptic_curve::Arithmetic impl on the curve, and a SignPrimitive impl on its associated Scalar type.

Structs

Signerfeature="signer"

ECDSA signer