ParallelHash256
Creates a new ParallelHash256 instance with a default output length of 64 bytes.
Parameters
A user selected customization bit string to define a variant of the function. When no customization is desired, S is set to an empty or null value. (e.g. "My Customization".encodeToByteArray())
The block size for the inner hash function in bytes
Throws
If B is less than 1
Creates a new ParallelHash256 instance with a non-default output length.
Parameters
A user selected customization bit string to define a variant of the function. When no customization is desired, S is set to an empty or null value. (e.g. "My Customization".encodeToByteArray())
The block size for the inner hash function in bytes
The number of bytes returned when digest is invoked
Throws
If B is less than 1, or outputLength is negative