Botan

ANSI X9.19 MAC

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

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

DES/3DES-based MAC from ANSI X9.19


this(BlockCipher cipher);

Parameters
BlockCipher cipher the underlying block cipher to use