decrypt abstract method

Uint8List decrypt(
  1. Encrypted encrypted, {
  2. IV? iv,
  3. Uint8List? associatedData,
})

Decrypt encrypted value.

Implementation

Uint8List decrypt(Encrypted encrypted, {IV? iv, Uint8List? associatedData});