10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
mapMessageDigestAlgorithm.h
1#ifndef TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
2#define TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
3
4
5#include "crypto/msgauthn/HashAlgorithm.h"
6
7#include <string>
8
9namespace tenduke { namespace crypto { namespace libcrypto {
10
17
18}}}
19
20#endif //TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
libcrypto based implementations of cryptography services.
Definition LibcryptoKey.h:8
std::string mapMessageDigestAlgorithm(::tenduke::crypto::HashAlgorithm algorithm)
Maps tenduke::crypto::MessageDigest::Algorithm to algorithm understood by libcrypto.
Definition mapMessageDigestAlgorithm.cpp:10
Cryptography services.
Definition AbstractCiphers.h:18
HashAlgorithm
Currently supported hash algorithms.
Definition HashAlgorithm.h:13
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4