Botan

CBC-MAC

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

class  CBCMAC: botan.mac.mac.MessageAuthenticationCode, botan.algo_base.sym_algo.SymmetricAlgorithm;

CBC-MAC


this(BlockCipher cipher);

Parameters
BlockCipher cipher the underlying block cipher to use