gnu.crypto.mac
Class UHash32.L2Hash32
java.lang.Object
gnu.crypto.mac.UHash32.L2Hash32
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- UHash32
- class UHash32.L2Hash32
- extends Object
- implements Cloneable
Second hash stage of the UHash32 algorithm.
5.4 L2-HASH-32: Second-layer hash.
- Input:
K string of length 24 bytes.
M string of length less than 2^64 bytes.
- Returns:
Y, string of length 16 bytes.
Method Summary |
Object |
clone()
|
(package private) byte[] |
digest()
|
(package private) void |
reset()
|
(package private) void |
update(byte[] b,
int offset,
int len)
|
UHash32.L2Hash32
UHash32.L2Hash32(byte[] K)
clone
public Object clone()
update
void update(byte[] b,
int offset,
int len)
digest
byte[] digest()
reset
void reset()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.