gnu.crypto.mac
class UHash32.L3Hash32 extends Object implements Cloneable
Constructor Summary | |
---|---|
L3Hash32(byte[] K1, byte[] K2) |
Method Summary | |
---|---|
Object | clone() |
byte[] | digest(byte[] M) |
Parameters: K1 string of length 64 bytes. K2 string of length 4 bytes.
Parameters: M string of length 16 bytes.
Returns: Y, string of length 4 bytes.