10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
LibcryptoCiphers.h
1
#ifndef TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOCIPHERS_H
2
#define TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOCIPHERS_H
3
4
#include "crypto/AbstractCiphers.h"
5
6
namespace
tenduke
{
namespace
crypto
{
namespace
libcrypto
{
7
14
class
LibcryptoCiphers :
public
::tenduke::crypto::AbstractCiphers
15
{
16
public
:
17
LibcryptoCiphers();
18
};
19
20
}}}
21
22
#endif
// TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOCIPHERS_H
tenduke::crypto::AbstractCiphers
Base class for cipher implementations using AES-256-GCM with PBKDF2 key derivation.
Definition
AbstractCiphers.h:29
tenduke::crypto::libcrypto
libcrypto based implementations of cryptography services.
Definition
LibcryptoKey.h:8
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
default
src
crypto
LibcryptoCiphers.h
Generated by
1.17.0