#include <cryptlib.h>
Inheritance diagram for MessageAuthenticationCode:

Public Methods | |
| virtual | ~MessageAuthenticationCode () |
The main differences between a MAC and an hash function (in terms of programmatic interface) is that a MAC is keyed, and that calculating a MAC for the same message twice may produce two different results so verifying a MAC may not be simply recalculating it and doing a bitwise comparison.
Definition at line 242 of file cryptlib.h.
|
|
Definition at line 246 of file cryptlib.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000