ciphertext property

Uint8List get ciphertext

Returns the ciphertext.

Implementation

Uint8List get ciphertext {
  return buffer.sublist(0, tagPos);
}