gnu.crypto.mac
class UHash32.L2Hash32 extends Object implements Cloneable
Second hash stage of the UHash32 algorithm.
5.4 L2-HASH-32: Second-layer hash.
| Constructor Summary | |
|---|---|
| L2Hash32(byte[] K) | |
| Method Summary | |
|---|---|
| Object | clone() |
| byte[] | digest() |
| void | reset() |
| void | update(byte[] b, int offset, int len) |