jonelo.jacksum.adapt.gnu.crypto.hash
Class Tiger
BaseHash
jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
public class Tiger
extends BaseHash
The Tiger message digest. Tiger was designed by Ross Anderson and Eli
Biham, with the goal of producing a secure, fast hash function that
performs especially well on next-generation 64-bit architectures, but
is still efficient on 32- and 16-bit architectures.
Tiger processes data in 512-bit blocks and produces a 192-bit
digest.
References:
- Tiger: A
Fast New Hash Function, Ross Anderson and Eli Biham.
Tiger() - Trivial 0-arguments constructor.
|
BLOCK_SIZE
protected static final int BLOCK_SIZE
HASH_SIZE
protected static final int HASH_SIZE
valid
protected static Boolean valid
Tiger
public Tiger()
Trivial 0-arguments constructor.
clone
public Object clone()
getResult
protected byte[] getResult()
padBuffer
protected byte[] padBuffer()
resetContext
protected void resetContext()
selfTest
public boolean selfTest()
transform
protected void transform(byte[] in,
int offset)