1#ifndef TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOMESSAGEDIGESTFACTORY_H 
    2#define TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOMESSAGEDIGESTFACTORY_H 
    4#include "crypto/MessageDigestFactory.h" 
Creates instances of tenduke::crypto::MessageDigest.
Definition MessageDigestFactory.h:12
 
Algorithm
Supported algorithms.
Definition MessageDigest.h:24
 
Libcrypto-implementation of ‘tenduke::crypto::MessageDigestFactory’.
Definition LibcryptoMessageDigestFactory.h:11
 
std::unique_ptr< tenduke::crypto::MessageDigest > create(tenduke::crypto::MessageDigest::Algorithm algorithm) const override
Creates a new message digest.
Definition LibcryptoMessageDigestFactory.cpp:9
 
libcrypto based implementations of cryptography services.
Definition AsymmetricMessageDigest.h:15
 
Cryptography services.
Definition CryptoException.h:7
 
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4