See: Description
| Class | Description |
|---|---|
| BaseHash |
A base abstract class to facilitate hash implementations.
|
| LunaDigest |
Abstract base class for the Luna provider's message digest engine classes.
|
| LunaDigestMD2 |
Engine class for MD2 digests.
|
| LunaDigestSHA1 |
Engine class for SHA1 digests
|
| LunaDigestSHA224 |
Engine class for SHA256 digests
|
| LunaDigestSHA256 |
Engine class for SHA256 digests
|
| LunaDigestSHA384 |
Engine class for SHA384 digests
|
| LunaDigestSHA512 |
Engine class for SHA512 digests
|
| LunaDigestSM3 |
Engine class for SM3 digests
|
| MD2 |
implementation of MD2
as outlined in RFC1319 by B.Kaliski from RSA Laboratories April 1992
|
| SHA |
This class implements the SHA-1 algorithm as described in [1].
|
| Sha224 |
Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
|
| Sha256 |
Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
|
| Sha384 |
Implementation of SHA2-2 [SHA-384] per the IETF Draft Specification.
|
| Sha512 |
Implementation of SHA2-3 [SHA-512] per the IETF Draft Specification.
|
Copyright 2014-2016 SafeNet Inc