1#ifndef TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
2#define TENDUKE_LIBCRYPTO_MAPMESSAGEDIGESTALGORITHM_H
5#include "crypto/MessageDigest.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 APIRequest.h:4