hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
default_hash_provider.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_DEFAULT_HASH_PROVIDER_HPP
7
#define IROHA_DEFAULT_HASH_PROVIDER_HPP
8
9
#include "
cryptography/hash_providers/sha3_256.hpp
"
10
11
namespace
shared_model
{
12
namespace
crypto {
13
// Default class that provides hashing functionality
14
using
DefaultHashProvider
=
shared_model::crypto::Sha3_256
;
15
}
// namespace crypto
16
}
// namespace shared_model
17
18
#endif // IROHA_DEFAULT_HASH_PROVIDER_HPP
shared_model::crypto::Sha3_256
Definition:
sha3_256.hpp:15
sha3_256.hpp
shared_model
Definition:
command_executor.hpp:13
shared_model
cryptography
default_hash_provider.hpp
Generated by
1.8.13