[][src]Module ecdsa::verifier

This is supported on feature="verifier" only.

ECDSA verifier. Generic over elliptic curves.

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

Structs

Verifierfeature="verifier"

ECDSA verifier