For the latest news and information visit
The GNU Crypto project

gnu.crypto.mac
Class UHash32.L1Hash32

java.lang.Object
  extended bygnu.crypto.mac.UHash32.L1Hash32
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
UHash32

class UHash32.L1Hash32
extends java.lang.Object
implements java.lang.Cloneable

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

UHash32.L1Hash32()
Trivial 0-arguments constructor.

Method Detail

clone

public java.lang.Object clone()

init

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

update

public void update(byte b)

digest

public byte[] digest()

reset

public void reset()

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.