Joedb
10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
rpc
get_hash.h
Go to the documentation of this file.
1
#ifndef joedb_rpc_get_hash_declared
2
#define joedb_rpc_get_hash_declared
3
4
#include "
joedb/rpc/Signature.h
"
5
#include "
joedb/journal/SHA_256.h
"
6
7
#include <vector>
8
9
namespace
joedb::rpc
10
{
11
/// Compute hash code for a collection of procedure signatures
12
///
13
/// @ingroup rpc
14
SHA_256::Hash
get_hash
(
const
std::vector<Signature> &signatures);
15
}
16
17
#endif
SHA_256.h
Signature.h
joedb::SHA_256::Hash
std::array< uint32_t, 8 > Hash
Definition
SHA_256.h:59
joedb::rpc::get_hash
SHA_256::Hash get_hash(const std::vector< Signature > &signatures)
Compute hash code for a collection of procedure signatures.
Definition
get_hash.cpp:9
joedb::rpc
Definition
Client.h:15
Generated by
1.9.8