Calculates MAC of data. data must be padded (if needed) before calling this function.
data
@override Uint8List mac(Uint8List data, {SSC? ssc}) { return ISO9797.macAlg3(macKey, data, padMsg: false); }