EncapsulationResult constructor
EncapsulationResult({
- required Uint8List ciphertext,
Implementation
EncapsulationResult({required this.ciphertext, required this.sharedSecret});
EncapsulationResult({required this.ciphertext, required this.sharedSecret});