For the latest news and information visit
The GNU Crypto project

Package gnu.crypto.hash

Interface Summary
IMessageDigest The basic visible methods of any hash algorithm.
 

Class Summary
BaseHash A base abstract class to facilitate hash implementations.
HashFactory A Factory to instantiate message digest algorithm instances.
MD4 An implementation of Ron Rivest's MD4 message digest algorithm.
MD5 The MD5 message-digest algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input.
RipeMD128 RIPEMD-128 is a 128-bit message digest.
RipeMD160 RIPEMD-160 is a 160-bit message digest.
Sha160 The Secure Hash Algorithm (SHA-1) is required for use with the Digital Signature Algorithm (DSA) as specified in the Digital Signature Standard (DSS) and whenever a secure hash algorithm is required for federal applications.
Whirlpool Whirlpool, a new 512-bit hashing function operating on messages less than 2 ** 256 bits in length.
 


For the latest news and information visit
The GNU Crypto project

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