Available on crate feature
ring
only.Expand description
Signature verification algorithm implementations using the ring crypto library.
Staticsยง
- ECDSA_
P256_ SHA256 - ECDSA signatures using the P-256 curve and SHA-256.
- ECDSA_
P256_ SHA384 - ECDSA signatures using the P-256 curve and SHA-384. Deprecated.
- ECDSA_
P384_ SHA256 - ECDSA signatures using the P-384 curve and SHA-256. Deprecated.
- ECDSA_
P384_ SHA384 - ECDSA signatures using the P-384 curve and SHA-384.
- ED25519
- ED25519 signatures according to RFC 8410
- RSA_
PKCS1_ 2048_ 8192_ SHA256 alloc
- RSA PKCS#1 1.5 signatures using SHA-256 for keys of 2048-8192 bits.
- RSA_
PKCS1_ 2048_ 8192_ SHA384 alloc
- RSA PKCS#1 1.5 signatures using SHA-384 for keys of 2048-8192 bits.
- RSA_
PKCS1_ 2048_ 8192_ SHA512 alloc
- RSA PKCS#1 1.5 signatures using SHA-512 for keys of 2048-8192 bits.
- RSA_
PKCS1_ 3072_ 8192_ SHA384 alloc
- RSA PKCS#1 1.5 signatures using SHA-384 for keys of 3072-8192 bits.
- RSA_
PSS_ 2048_ 8192_ SHA256_ LEGACY_ KEY alloc
- RSA PSS signatures using SHA-256 for keys of 2048-8192 bits and of type rsaEncryption; see RFC 4055 Section 1.2.
- RSA_
PSS_ 2048_ 8192_ SHA384_ LEGACY_ KEY alloc
- RSA PSS signatures using SHA-384 for keys of 2048-8192 bits and of type rsaEncryption; see RFC 4055 Section 1.2.
- RSA_
PSS_ 2048_ 8192_ SHA512_ LEGACY_ KEY alloc
- RSA PSS signatures using SHA-512 for keys of 2048-8192 bits and of type rsaEncryption; see RFC 4055 Section 1.2.