Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
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
6
7#include <vector>
8
9namespace 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
std::array< uint32_t, 8 > Hash
Definition SHA_256.h:59
SHA_256::Hash get_hash(const std::vector< Signature > &signatures)
Compute hash code for a collection of procedure signatures.
Definition get_hash.cpp:9