[][src]Module ecdsa::verify

This is supported on crate feature verify only.

ECDSA verification key (i.e. public key). Generic over elliptic curves.

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

Structs

VerifyKeyverify

ECDSA verify key