openEasy abstract method

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

Implementation

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