gnu.crypto.mac

Class UHash32.L1Hash32

class UHash32.L1Hash32 extends Object implements Cloneable

First hash stage of the UHash32 algorithm.
Constructor Summary
L1Hash32()
Trivial 0-arguments constructor.
Method Summary
Objectclone()
byte[]digest()
voidinit(byte[] k1, byte[] k2, byte[] k31, byte[] k32)
voidreset()
voidupdate(byte b)

Constructor Detail

L1Hash32

L1Hash32()
Trivial 0-arguments constructor.

Method Detail

clone

public Object clone()

digest

public byte[] digest()

init

public void init(byte[] k1, byte[] k2, byte[] k31, byte[] k32)

reset

public void reset()

update

public void update(byte b)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.