tag property

Uint8List get tag

Returns the tag.

Implementation

Uint8List get tag {
  return buffer.sublist(tagPos, noncePos);
}