dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <string>
#include <common/exception.hpp>
#include <common/bytes.hpp>
#include <openssl/err.h>
Go to the source code of this file.
Data Structures | |
class | dodo::common::DataCrypt |
Interface to encrypt and decrypt Bytes data to/from a secure string. More... | |
Namespaces | |
dodo | |
A C++ platform interface to lean Linux services tailored for containerized deployment. | |
dodo::common | |
Common and utility interfaces. | |
Defines the dodo::common::DataCrypt class.
Definition in file datacrypt.hpp.