ciphertextWithTag property
Returns the combined ciphertext and tag.
Implementation
Uint8List get ciphertextWithTag {
return buffer.sublist(0, noncePos);
}
Returns the combined ciphertext and tag.
Uint8List get ciphertextWithTag {
return buffer.sublist(0, noncePos);
}