Uses of Package
fr.cryptohash

Packages that use fr.cryptohash 
Package Description
fr.cryptohash
The fr.cryptohash package contains implementations of various cryptographic hash functions.
  • Classes in fr.cryptohash used by fr.cryptohash 
    Class Description
    Digest
    This interface documents the API for a hash function.
    DigestEngine
    This class is a template which can be used to implement hash functions.
    Luffa384
    This class implements Luffa-384 digest algorithm under the Digest API.
    Luffa512
    This class implements Luffa-512 digest algorithm under the Digest API.
    ShabalGeneric
    This class implements Shabal for all output sizes from 32 to 512 bits (inclusive, only multiples of 32 are supported).