See: Description
| Class | Description |
|---|---|
| ByteArrayAccumulator |
A
ByteAccumulator that outputs the exact bytes that were input to it, so f(x) = x. |
| HashAccumulator |
Marker interface for accumulators that are used to implement
HashFunctions. |
| SHA256HashFunction |
Implementation of the SHA-256 hash function.
|
| SHA512HashFunction |
Implementation of the SHA-512 hash function.
|
| SHAHashAccumulator |
A
HashAccumulator that is used to implement the HashFunctions
SHA256HashFunction and SHA512HashFunction. |
| VariableOutputLengthHashFunction |
A hash function with variable output length.
|