10Duke Scale C++ Client
Loading...
Searching...
No Matches
mapMessageDigestAlgorithm.h
1#ifndef TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
2#define TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
3
4
5#include "crypto/MessageDigest.h"
6
7#include <string>
8
9namespace tenduke { namespace crypto { namespace libcrypto {
10
17
18}}}
19
20#endif //TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
Algorithm
Supported algorithms.
Definition MessageDigest.h:24
libcrypto based implementations of cryptography services.
Definition AsymmetricMessageDigest.h:15
std::string mapMessageDigestAlgorithm(tenduke::crypto::MessageDigest::Algorithm algorithm)
Maps tenduke::crypto::MessageDigest::Algorithm to algorithm understood by libcrypto.
Cryptography services.
Definition CryptoException.h:7
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7