gnu.crypto.mac
Class UHash32.L3Hash32
java.lang.Object
gnu.crypto.mac.UHash32.L3Hash32
- UHash32
- Cloneable
(package private) class UHash32.L3Hash32
extends java.lang.Object
implements Cloneable
Third hash stage of the UHash32 algorithm.
Input:
K1 string of length 64 bytes.
K2 string of length 4 bytes.
M string of length 16 bytes.
Returns:
Y, string of length 4 bytes.
L3Hash32
(package private) L3Hash32(byte[] K1,
byte[] K2)
K1
- string of length 64 bytes.K2
- string of length 4 bytes.
clone
public Object clone()
digest
(package private) byte[] digest(byte[] M)
M
- string of length 16 bytes.
- Y, string of length 4 bytes.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.