openEasy abstract method

Uint8List openEasy({
  1. required Uint8List cipherText,
  2. required Uint8List nonce,
  3. required Uint8List publicKey,
  4. required SecureKey secretKey,
})

Implementation

Uint8List openEasy({
  required Uint8List cipherText,
  required Uint8List nonce,
  required Uint8List publicKey,
  required SecureKey secretKey,
});