10Duke Enterprise C++ SDK
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
6namespace tenduke { namespace crypto { namespace libcrypto {
7
14class LibcryptoCiphers : public ::tenduke::crypto::AbstractCiphers
15{
16public:
17 LibcryptoCiphers();
18};
19
20}}}
21
22#endif // TENDUKE_CRYPTO_LIBCRYPTO_LIBCRYPTOCIPHERS_H
Base class for cipher implementations using AES-256-GCM with PBKDF2 key derivation.
Definition AbstractCiphers.h:29
libcrypto based implementations of cryptography services.
Definition LibcryptoKey.h:8
Cryptography services.
Definition AbstractCiphers.h:18
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4