TlsSuiteMac
Base interface for a generic TLS MAC implementation for use with a bulk cipher.
Return the output length (in bytes) of this MAC.
Calculate the MAC for some given data.
byte[] CalculateMacConstantTime(long seqNo, short type, byte[] message, int offset, int length, int expectedLength, byte[] randomData)
Constant time calculation of the MAC for some given data with a given expected length.