6 #ifndef IROHA_CRYPTO_VERIFIER_HPP 7 #define IROHA_CRYPTO_VERIFIER_HPP 32 shared_model::interface::types::SignedHexStringView signature,
34 shared_model::interface::types::PublicKeyHexStringView public_key);
45 #endif // IROHA_CRYPTO_VERIFIER_HPP static iroha::expected::Result< void, const char * > verify(shared_model::interface::types::SignedHexStringView signature, const Blob &source, shared_model::interface::types::PublicKeyHexStringView public_key)
Definition: crypto_verifier.cpp:88
Definition: crypto_verifier.hpp:39
Definition: result_fwd.hpp:27
CryptoVerifier()=delete
close constructor for forbidding instantiation
Definition: crypto_verifier.hpp:40
Definition: crypto_verifier.hpp:21
Definition: command_executor.hpp:12