10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
createCryptoServices.h
1#ifndef TENDUKE_CREATECRYPTOSERVICES_H
2#define TENDUKE_CREATECRYPTOSERVICES_H
3
4#include "crypto/Crypto.h"
5
6namespace tenduke {
7
8std::shared_ptr<::tenduke::crypto::Crypto> createCryptoServices();
9
10}
11
12#endif //TENDUKE_CREATECRYPTOSERVICES_H
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4