|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.mac.UHash32.L3Hash32
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.
Constructor Summary | |
(package private) |
UHash32.L3Hash32(byte[] K1,
byte[] K2)
|
Method Summary | |
java.lang.Object |
clone()
|
(package private) byte[] |
digest(byte[] M)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
UHash32.L3Hash32(byte[] K1, byte[] K2)
K1
- string of length 64 bytes.K2
- string of length 4 bytes.Method Detail |
public java.lang.Object clone()
byte[] digest(byte[] M)
M
- string of length 16 bytes.
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |