org.bouncycastle.crypto.digests
public class RIPEMD256Digest extends GeneralDigest
note: this algorithm offers the same level of security as RIPEMD128.
| Constructor Summary | |
|---|---|
| RIPEMD256Digest()
Standard constructor | |
| RIPEMD256Digest(RIPEMD256Digest 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. |