10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
WinCNGCiphers.h
1#ifndef TENDUKE_CRYPTO_WIN_CNG_WINCNGCIPHERS_H
2#define TENDUKE_CRYPTO_WIN_CNG_WINCNGCIPHERS_H
3
4#include "crypto/AbstractCiphers.h"
5
6namespace tenduke { namespace crypto { namespace win { namespace cng {
7
14class WinCNGCiphers : public ::tenduke::crypto::AbstractCiphers
15{
16public:
17 WinCNGCiphers();
18};
19
20}}}}
21
22#endif // TENDUKE_CRYPTO_WIN_CNG_WINCNGCIPHERS_H
Base class for cipher implementations using AES-256-GCM with PBKDF2 key derivation.
Definition AbstractCiphers.h:29
Cryptography services.
Definition AbstractCiphers.h:18
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4