hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
blob_hasher.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_CRYPTO_BLOB_HASHER_HPP
7
#define IROHA_CRYPTO_BLOB_HASHER_HPP
8
9
#include <cstddef>
10
11
namespace
shared_model
{
12
namespace
crypto {
13
class
Blob;
14
18
class
BlobHasher
{
19
public
:
20
std::size_t
operator()
(
const
Blob
&blob)
const
;
21
};
22
23
}
// namespace crypto
24
}
// namespace shared_model
25
26
#endif
shared_model::crypto::Blob
Definition:
blob.hpp:27
shared_model::crypto::BlobHasher::operator()
std::size_t operator()(const Blob &blob) const
Definition:
blob_hasher.cpp:13
shared_model::crypto::BlobHasher
Definition:
blob_hasher.hpp:18
shared_model
Definition:
command_executor.hpp:12
shared_model
cryptography
blob_hasher.hpp
Generated by
1.8.13