menu
askar_wrapper_dart
askar_wrapper_dart.dart
EncryptedBuffer
ciphertext property
ciphertext
dark_mode
light_mode
ciphertext
property
Uint8List
get
ciphertext
Returns the ciphertext.
Implementation
Uint8List get ciphertext { return buffer.sublist(0, tagPos); }
askar_wrapper_dart
askar_wrapper_dart
EncryptedBuffer
ciphertext property
EncryptedBuffer class