| Class | Description |
|---|---|
| ArrayUtils | |
| Base32 |
Base32 - encodes and decodes RFC3548 Base32
(see http://www.faqs.org/rfcs/rfc3548.html )
|
| Sha1 |
The FIPS PUB 180-2 standard specifies four secure hash algorithms (SHA-1,
SHA-256, SHA-384 and SHA-512) for computing a condensed representation of
electronic data (message).
|
| Tiger |
Tiger is a fast new hash function, by Ross Anderson and Eli Biham.
|
| TigerTree |
Implementation of THEX tree hash algorithm, with Tiger as the internal
algorithm (using the approach as revised in December 2002, to add unique
prefixes to leaf and node operations)
Uses a running stack of interim hashes to be space-efficient.
|