KyberEncapsulationResult constructor

KyberEncapsulationResult(
  1. Uint8List ciphertextKEM,
  2. Uint8List sharedSecret
)

Implementation

KyberEncapsulationResult(this.ciphertextKEM, this.sharedSecret);