jonelo.jacksum.adapt.org.bouncycastle.crypto.digests
Class RIPEMD256Digest
GeneralDigest
jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
public class RIPEMD256Digest
extends GeneralDigest
implementation of RIPEMD256.
note: this algorithm offers the same level of security as RIPEMD128.
RIPEMD256Digest
public RIPEMD256Digest()
Standard constructor
RIPEMD256Digest
public RIPEMD256Digest(RIPEMD256Digest t)
Copy constructor. This will copy the state of the provided
message digest.
doFinal
public int doFinal(byte[] out,
int outOff)
getAlgorithmName
public String getAlgorithmName()
getDigestSize
public int getDigestSize()
processBlock
protected void processBlock()
processLength
protected void processLength(long bitLength)
processWord
protected void processWord(byte[] in,
int inOff)
reset
public void reset()
reset the chaining variables to the IV values.