|
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.L2Hash32
Second hash stage of the UHash32 algorithm.
5.4 L2-HASH-32: Second-layer hash.
Constructor Summary | |
(package private) |
UHash32.L2Hash32(byte[] K)
|
Method Summary | |
java.lang.Object |
clone()
|
(package private) byte[] |
digest()
|
(package private) void |
reset()
|
(package private) void |
update(byte[] b,
int offset,
int len)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
UHash32.L2Hash32(byte[] K)
Method Detail |
public java.lang.Object clone()
void update(byte[] b, int offset, int len)
byte[] digest()
void reset()
|
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 |