MessageAuthenticationCode

This class represents Message Authentication Code (MAC) objects.

interface MessageAuthenticationCode : BufferedComputation, SymmetricAlgorithm {}

Members

Functions

clone
MessageAuthenticationCode clone()

Get a new object representing the same algorithm as this

verifyMac
bool verifyMac(const(ubyte)* mac, size_t length)

Verify a MAC.

Properties

name
string name [@property getter]

Get the name of this algorithm.

Meta