org.bouncycastle.crypto.digests
Class RIPEMD160Digest
- Digest
public class RIPEMD160Digest
implementation of RIPEMD see,
http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
RIPEMD160Digest
public RIPEMD160Digest()
Standard constructor
RIPEMD160Digest
public RIPEMD160Digest(RIPEMD160Digest t)
Copy constructor. This will copy the state of the provided
message digest.
doFinal
public int doFinal(byte[] out,
int outOff)
- doFinal in interface Digest
processBlock
protected void processBlock()
- processBlock in interface GeneralDigest
processLength
protected void processLength(long bitLength)
- processLength in interface GeneralDigest
processWord
protected void processWord(byte[] in,
int inOff)
- processWord in interface GeneralDigest
reset
public void reset()
reset the chaining variables to the IV values.
- reset in interface Digest
- reset in interface GeneralDigest