Available on crate feature
aws_lc_rs
only.Expand description
Signature verification algorithm implementations using the aws-lc-rs 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.
- ECDSA_
P521_ SHA256 - ECDSA signatures using the P-521 curve and SHA-256.
- ECDSA_
P521_ SHA384 - ECDSA signatures using the P-521 curve and SHA-384.
- ECDSA_
P521_ SHA512 - ECDSA signatures using the P-521 curve and SHA-512.
- ED25519
- ED25519 signatures according to RFC 8410
- RSA_
PKCS1_ 2048_ 8192_ SHA256 - RSA PKCS#1 1.5 signatures using SHA-256 for keys of 2048-8192 bits.
- RSA_
PKCS1_ 2048_ 8192_ SHA384 - RSA PKCS#1 1.5 signatures using SHA-384 for keys of 2048-8192 bits.
- RSA_
PKCS1_ 2048_ 8192_ SHA512 - RSA PKCS#1 1.5 signatures using SHA-512 for keys of 2048-8192 bits.
- RSA_
PKCS1_ 3072_ 8192_ SHA384 - RSA PKCS#1 1.5 signatures using SHA-384 for keys of 3072-8192 bits.
- RSA_
PSS_ 2048_ 8192_ SHA256_ LEGACY_ KEY - 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 - 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 - RSA PSS signatures using SHA-512 for keys of 2048-8192 bits and of type rsaEncryption; see RFC 4055 Section 1.2.