#include "crypto/keys_manager_impl.hpp"
#include <fstream>
#include "common/byteutils.hpp"
#include "cryptography/crypto_provider/crypto_defaults.hpp"
#include "logger/logger.hpp"
Namespaces | |
iroha | |
Functions | |
template<typename T > | |
static std::string | iroha::encrypt (const T &key, const std::string &pass_phrase) |
Variables | |
static constexpr auto | iroha::decrypt = encrypt<Blob::Bytes> |