|
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.L1Hash32
First hash stage of the UHash32 algorithm.
Constructor Summary | |
(package private) |
UHash32.L1Hash32()
Trivial 0-arguments constructor. |
Method Summary | |
java.lang.Object |
clone()
|
byte[] |
digest()
|
void |
init(byte[] k1,
byte[] k2,
byte[] k31,
byte[] k32)
|
void |
reset()
|
void |
update(byte b)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
UHash32.L1Hash32()
Method Detail |
public java.lang.Object clone()
public void init(byte[] k1, byte[] k2, byte[] k31, byte[] k32)
public void update(byte b)
public byte[] digest()
public 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 |