close method

  1. @override
Uint8List close(
  1. Uint8List message,
  2. Uint8List nonce,
  3. Uint8List keyBytes
)
override

Implementation

@override
Uint8List close(Uint8List message, Uint8List nonce, Uint8List keyBytes) {
  throw Exception("Stub implementation");
}