Botan

SSL3-MAC

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

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

A MAC only used in SSLv3. Do not use elsewhere! Use HMAC instead.


this(HashFunction hash);

Parameters
HashFunction hash the underlying hash to use