gnu.crypto.mac
Class UHash32.L2Hash32
java.lang.Object
gnu.crypto.mac.UHash32.L2Hash32
- UHash32
- Cloneable
(package private) class UHash32.L2Hash32
extends java.lang.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.
Object | clone()
|
(package private) byte[] | digest()
|
(package private) void | reset()
|
(package private) void | update(byte[] b, int offset, int len)
|
L2Hash32
(package private) L2Hash32(byte[] K)
clone
public Object clone()
digest
(package private) byte[] digest()
reset
(package private) void reset()
update
(package private) void update(byte[] b,
int offset,
int len)
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.