Package | Description |
---|---|
fr.cryptohash |
The
fr.cryptohash package contains implementations of
various cryptographic hash functions. |
Class and 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).
|
Copyright © 2014. All rights reserved.