calculateMacSync abstract method
Computes a MAC synchronously (unlike calculateMac).
Implementation
Mac calculateMacSync(
List<int> cipherText, {
required SecretKeyData secretKeyData,
required List<int> nonce,
List<int> aad = const <int>[],
});