#include "crypto/keys_manager_impl.hpp"#include <fstream>#include <fmt/core.h>#include "common/byteutils.hpp"#include "common/files.hpp"#include "common/result.hpp"#include "cryptography/crypto_provider/crypto_signer.hpp"#include "cryptography/crypto_provider/crypto_verifier.hpp"#include "cryptography/ed25519_sha3_impl/crypto_provider.hpp"#include "logger/logger.hpp"
Namespaces | |
| iroha | |
Typedefs | |
| using | DefaultCryptoAlgorithmType = CryptoProviderEd25519Sha3 |
Functions | |
| template<typename T > | |
| static std::string | iroha::xorCrypt (const T &key, const std::string &pass_phrase) |