For the latest news and information visit
The GNU Crypto project

gnu.crypto.mac
Class UHash32.L2Hash32

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

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

Second hash stage of the UHash32 algorithm.

5.4 L2-HASH-32: Second-layer hash.


Constructor Summary
(package private) UHash32.L2Hash32(byte[] K)
           
 
Method Summary
 java.lang.Object clone()
           
(package private)  byte[] digest()
           
(package private)  void reset()
           
(package private)  void update(byte[] b, int offset, int len)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UHash32.L2Hash32

UHash32.L2Hash32(byte[] K)
Method Detail

clone

public java.lang.Object clone()

update

void update(byte[] b,
            int offset,
            int len)

digest

byte[] digest()

reset

void reset()

For the latest news and information visit
The GNU Crypto project

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