EncapsulationResult constructor

EncapsulationResult({
  1. required Uint8List ciphertext,
  2. required Uint8List sharedSecret,
})

Implementation

EncapsulationResult({required this.ciphertext, required this.sharedSecret});