macBytes property

  1. @override
Uint8List macBytes
override

Unsafe view at the current MAC bytes.

You must copy the bytes if you want to keep them.

Implementation

@override
// TODO: implement macStateAsUint8List
Uint8List get macBytes => _mac!.bytes as Uint8List;