jonelo.jacksum.adapt.org.bouncycastle.crypto.digests

Class RIPEMD320Digest


public class RIPEMD320Digest
extends GeneralDigest

implementation of RIPEMD 320.

Note: this implementation offers the same level of security as RIPEMD 160.

Constructor Summary

RIPEMD320Digest()
Standard constructor
RIPEMD320Digest(RIPEMD320Digest t)
Copy constructor.

Method Summary

int
doFinal(byte[] out, int outOff)
String
getAlgorithmName()
int
getDigestSize()
protected void
processBlock()
protected void
processLength(long bitLength)
protected void
processWord(byte[] in, int inOff)
void
reset()
reset the chaining variables to the IV values.

Constructor Details

RIPEMD320Digest

public RIPEMD320Digest()
Standard constructor

RIPEMD320Digest

public RIPEMD320Digest(RIPEMD320Digest t)
Copy constructor. This will copy the state of the provided message digest.

Method Details

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.