gnu.crypto.mac

Class UHash32.L2Hash32

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
Objectclone()
byte[]digest()
voidreset()
voidupdate(byte[] b, int offset, int len)

Constructor Detail

L2Hash32

L2Hash32(byte[] K)

Method Detail

clone

public Object clone()

digest

byte[] digest()

reset

void reset()

update

void update(byte[] b, int offset, int len)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.