HashTransformation

From Crypto++ Wiki
Jump to navigation Jump to search

A HashTransformation provides an interface for hash functions and the data processing portion of MACs. Since a HashTransformation derives from BufferedTransformation, it can participate in pipelining.

The HashTransformation is not used directly. Objects which implement this interface include NullHash, Adler32, CRC32, MD2, SHA1, SHA256 and SHA512.

Downloads

No downloads.