Botan

MD2

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

class  MD2: botan.hash.hash.HashFunction;

 MD2


void  clear();

Clear memory of sensitive data


protected void  addData(const(ubyte)* input, size_t length);

Update the hash


protected void  hash(const(ubyte)* input);

MD2 Compression Function


protected void  finalResult(ubyte* output);

Finalize a MD2 Hash