10Duke Enterprise C++ SDK
Toggle main menu visibility
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
6
namespace
tenduke
{
namespace
crypto
{
namespace
win {
namespace
cng {
7
14
class
WinCNGCiphers :
public
::tenduke::crypto::AbstractCiphers
15
{
16
public
:
17
WinCNGCiphers();
18
};
19
20
}}}}
21
22
#endif
// TENDUKE_CRYPTO_WIN_CNG_WINCNGCIPHERS_H
tenduke::crypto::AbstractCiphers
Base class for cipher implementations using AES-256-GCM with PBKDF2 key derivation.
Definition
AbstractCiphers.h:29
tenduke::crypto
Cryptography services.
Definition
AbstractCiphers.h:18
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
services
windows
src
crypto
WinCNGCiphers.h
Generated by
1.17.0