Expand description
ECDSA Signatures using the P-256 and P-384 curves.
Structs§
- An ECDSA verification algorithm.
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.