Botan

Hash Function Base Class

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

interface  HashFunction: botan.algo_base.buf_comp.BufferedComputation;

This class represents hash function (message digest) objects


abstract const HashFunction  clone();

Returns
new object representing the same algorithm as this

abstract const @property size_t  hashBlockSize();

Returns
hash block size as defined for this algorithm