mac abstract method

Uint8List mac(
  1. Uint8List data
)

Calculates MAC of data. data must be padded (if needed) before calling this function.

Implementation

Uint8List mac(final Uint8List data);