11 std::ostringstream out;
13 for (
const Signature &signature: signatures)
static SHA_256::Hash get_hash(const Abstract_File &file, int64_t start, int64_t size)
std::array< uint32_t, 8 > Hash
SHA_256::Hash get_hash(const std::vector< Signature > &signatures)
Compute hash code for a collection of procedure signatures.
void write_string(std::ostream &out, const std::string &s, bool json)
Signature of a procedure, used both on client and server side.