Protocolswift-crypto 3.8.0Crypto
HPKEDiffieHellmanPrivateKeyGeneration
A type that represents the generation of private keys in a Diffie-Hellman key exchange.
DHKEM.swift:47protocol HPKEDiffieHellmanPrivateKeyGeneration : HPKEDiffieHellmanPrivateKey
Supertypes
protocol DiffieHellmanKeyAgreement
A Diffie-Hellman Key Agreement Key
protocol HPKEDiffieHellmanPrivateKey
A type that represents the private key in a Diffie-Hellman key exchange.
Requirements
Type members
init(
) Creates a private key generator.