gnu.crypto.hash
Class Tiger
- Cloneable, IMessageDigest
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.
Version:
Tiger()- Trivial 0-arguments constructor.
|
blockSize, clone, digest, getResult, hashSize, name, padBuffer, reset, resetContext, selfTest, transform, update, update |
Tiger
public Tiger()
Trivial 0-arguments constructor.
getResult
protected byte[] getResult()
- getResult in interface BaseHash
padBuffer
protected byte[] padBuffer()
- padBuffer in interface BaseHash
resetContext
protected void resetContext()
- resetContext in interface BaseHash
transform
protected void transform(byte[] in,
int offset)- transform in interface BaseHash
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.