The result of an encapsulation operation
struct EncapsulationResult
s6Crypto3KEMO19EncapsulationResultV
1K5K0
import Crypto
A cryptography library for Swift.
enum KEM
A Key Encapsulation Mechanism
init(sharedSecret: SymmetricKey, encapsulated: Data)
let encapsulated: Data
The encapsulated secret
let sharedSecret: SymmetricKey
The shared secret