EncryptedBuffer constructor

EncryptedBuffer(
  1. Uint8List buffer,
  2. int tagPos,
  3. int noncePos
)

Constructs an instance of EncryptedBuffer.

Implementation

EncryptedBuffer(this.buffer, this.tagPos, this.noncePos);