mac property

The value of the authentication tag associated with the last processed data

Implementation

@override
Uint8List get mac {
  var out = Uint8List(macSize);
  arrayCopy(_macBlock, 0, out, 0, out.length);
  return out;
}