openDetached abstract method

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

Implementation

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