org.bouncycastle.crypto.digests
public abstract class LongDigest extends Object implements ExtendedDigest
Field Summary | |
---|---|
protected long | H1 |
protected long | H2 |
protected long | H3 |
protected long | H4 |
protected long | H5 |
protected long | H6 |
protected long | H7 |
protected long | H8 |
Constructor Summary | |
---|---|
protected | LongDigest()
Constructor for variable length word |
protected | LongDigest(LongDigest t)
Copy constructor. |
Method Summary | |
---|---|
void | finish() |
int | getByteLength() |
protected void | processBlock() |
protected void | processLength(long lowW, long hiW) |
protected void | processWord(byte[] in, int inOff) |
void | reset() |
protected void | unpackWord(long word, byte[] out, int outOff) |
void | update(byte in) |
void | update(byte[] in, int inOff, int len) |