Enumeration Caseswift-crypto 3.12.2Crypto
P384_HKDF_SHA384
A key encapsulation mechanism using NIST P-384 elliptic curve key agreement and SHA-2 hashing with a 384-bit digest.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
case P384_HKDF_SHA384
A key encapsulation mechanism using NIST P-384 elliptic curve key agreement and SHA-2 hashing with a 384-bit digest.
case P384_HKDF_SHA384
import Crypto
A cryptography library for Swift.
enum KEM
The key encapsulation mechanisms to use in HPKE.
enum HPKE
A container for hybrid public key encryption (HPKE) operations.
case P256_HKDF_SHA256
A key encapsulation mechanism using NIST P-256 elliptic curve key agreement and SHA-2 hashing with a 256-bit digest.
case P521_HKDF_SHA512
A key encapsulation mechanism using NIST P-521 elliptic curve key agreement and SHA-2 hashing with a 512-bit digest.
case Curve25519_HKDF_SHA256
A key encapsulation mechanism using X25519 elliptic curve key agreement and SHA-2 hashing with a 256-bit digest.