ciphertextWithTag property

Uint8List get ciphertextWithTag

Returns the combined ciphertext and tag.

Implementation

Uint8List get ciphertextWithTag {
  return buffer.sublist(0, noncePos);
}