menu
askar_wrapper_dart
askar_wrapper_dart.dart
EncryptedBuffer
EncryptedBuffer constructor
EncryptedBuffer
dark_mode
light_mode
EncryptedBuffer
constructor
EncryptedBuffer
(
Uint8List
buffer
,
int
tagPos
,
int
noncePos
)
Constructs an instance of
EncryptedBuffer
.
Implementation
EncryptedBuffer(this.buffer, this.tagPos, this.noncePos);
askar_wrapper_dart
askar_wrapper_dart
EncryptedBuffer
EncryptedBuffer constructor
EncryptedBuffer class