tango.util.digest.MerkleDamgard

Public Imports

tango.core.ByteSwap
public import tango.core.ByteSwap;
Undocumented in source.
tango.util.digest.Digest
public import tango.util.digest.Digest;
Undocumented in source.

Members

Classes

MerkleDamgard
class MerkleDamgard

Extending MerkleDamgard to create a custom hash function requires the implementation of a number of abstract methods. These include:

Meta

License

BSD style: see doc/license.txt for details

Version

Initial release: Feb 2006

Authors

Regan Heath, Oskar Linde

This module implements a generic Merkle-Damgard hash function