Package gnu.crypto.hash

WARNING - DEPRECATED - Use SHA256Generator.getDigestInstance() to get a MessageDigest that will be faster in almost all cases.

See:
          Description

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

Class Summary
BaseHashStandalone A base abstract class to facilitate hash implementations.
Sha256Standalone Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
 

Package gnu.crypto.hash Description

WARNING - DEPRECATED - Use SHA256Generator.getDigestInstance() to get a MessageDigest that will be faster in almost all cases.

This is the old GNU SHA-256 Hash implementation. It is deprecated and mostly unused, unless the java.security.MessageDigest implementation for SHA-256 is not available in the JVM. And it always should be, right? Do not instantiate this directly - use I2PAppContext.sha(). See net.i2p.crypto.SHA256Generator for more information and test results.