Module ring::ec::suite_b::ecdsa::verification

source ·
Expand description

ECDSA Signatures using the P-256 and P-384 curves.

Structs§

Enums§

Statics§

  • Verification of ASN.1 DER-encoded ECDSA signatures using the P-256 curve and SHA-256.
  • Verification of fixed-length (PKCS#11 style) ECDSA signatures using the P-256 curve and SHA-256.
  • Not recommended. Verification of ASN.1 DER-encoded ECDSA signatures using the P-256 curve and SHA-384.
  • Not recommended. Verification of ASN.1 DER-encoded ECDSA signatures using the P-384 curve and SHA-256.
  • Verification of ASN.1 DER-encoded ECDSA signatures using the P-384 curve and SHA-384.
  • Verification of fixed-length (PKCS#11 style) ECDSA signatures using the P-384 curve and SHA-384.

Functions§