encrypt abstract method

Encrypted encrypt(
  1. Uint8List bytes, {
  2. IV? iv,
  3. Uint8List? associatedData,
})

Encrypt bytes.

Implementation

Encrypted encrypt(Uint8List bytes, {IV? iv, Uint8List? associatedData});