10Duke Enterprise C++ SDK
Toggle main menu visibility
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
9
namespace
tenduke
{
namespace
crypto
{
namespace
libcrypto
{
10
16
std::string
mapMessageDigestAlgorithm
(
tenduke::crypto::MessageDigest::Algorithm
algorithm);
17
18
}}}
19
20
#endif
//TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
tenduke::crypto::MessageDigest::Algorithm
Algorithm
Supported algorithms.
Definition
MessageDigest.h:24
tenduke::crypto::libcrypto
libcrypto based implementations of cryptography services.
Definition
AsymmetricMessageDigest.h:15
tenduke::crypto::libcrypto::mapMessageDigestAlgorithm
std::string mapMessageDigestAlgorithm(tenduke::crypto::MessageDigest::Algorithm algorithm)
Maps tenduke::crypto::MessageDigest::Algorithm to algorithm understood by libcrypto.
Definition
mapMessageDigestAlgorithm.cpp:6
tenduke::crypto
Cryptography services.
Definition
AbstractCiphers.h:12
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
default
src
crypto
mapMessageDigestAlgorithm.h
Generated by
1.17.0