botan.mac.mac

Base class for message authentiction codes

Public Imports

botan.algo_base.sym_algo
public import botan.algo_base.sym_algo;
Undocumented in source.
botan.algo_base.buf_comp
public import botan.algo_base.buf_comp;
Undocumented in source.

Members

Functions

macTest
size_t macTest(string algo, string key_hex, string in_hex, string out_hex)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

MessageAuthenticationCode
interface MessageAuthenticationCode

This class represents Message Authentication Code (MAC) objects.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)