1#ifndef TENDUKE_CRYPTO_WIN_CNG_WINCNGMESSAGEDIGESTFACTORY_H
2#define TENDUKE_CRYPTO_WIN_CNG_WINCNGMESSAGEDIGESTFACTORY_H
4#include "crypto/MessageDigestFactory.h"
11namespace tenduke {
namespace crypto {
namespace win {
namespace cng {
25 ::BCRYPT_ALG_HANDLE sha256Handle;
26 std::recursive_mutex mutex;
37 WinCNGMessageDigestFactory();
44 const std::shared_ptr<WinCNGAlgorithms> algorithms;
Creates instances of tenduke::crypto::MessageDigest.
Definition MessageDigestFactory.h:12
Algorithm
Supported algorithms.
Definition MessageDigest.h:24
Cryptography services.
Definition CryptoException.h:7
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4