public class Whirlpool extends AbstractMessageDigest
This implementation is based on the reference implementation from Paulo S.L.M. Barreto and Vincent Rijmen.
MessageDigest
Constructor and Description |
---|
Whirlpool()
Create a new WHIRLPOOL message digest.
|
Modifier and Type | Method and Description |
---|---|
void |
engineReset()
SPI: Resets this WHIRLPOOL message digest object for being supplied
with new data.
|
clone, engineDigest, engineDigest, engineGetDigestLength, engineUpdate, engineUpdate
public void engineReset()
This method is called by MessageDigestSpi.engineDigest()
after the actual hash computation has been finished to automatically reset the
message digest object for being supplied with new data for starting a new hash
computation.
engineReset
in class AbstractMessageDigest
MessageDigestSpi.engineDigest()