Next: Key Derivation, Previous: Hashing, Up: Top [Contents][Index]
Libgcrypt provides an easy to use and consistent interface for generating Message Authentication Codes (MAC). MAC generation is buffered and interface similar to the one used with hash algorithms. The programming model follows an open/process/close paradigm and is in that similar to other building blocks provided by Libgcrypt.
• Available MAC algorithms: | List of MAC algorithms supported by the library. | |
• Working with MAC algorithms: | List of functions related to MAC algorithms. |