openEasy abstract method

Uint8List openEasy({
  1. required Uint8List cipherText,
  2. required Uint8List nonce,
  3. required SecureKey key,
})

Implementation

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