hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
compile-time_murmur2.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  iroha::ct_hash::Hasher
 

Namespaces

 iroha::ct_hash
 

Macros

#define CT_MURMUR2(x)   ::iroha::ct_hash::Hasher::murmur2(x, (sizeof(x) / sizeof(x[0])) - 1)
 

Macro Definition Documentation

◆ CT_MURMUR2

#define CT_MURMUR2 (   x)    ::iroha::ct_hash::Hasher::murmur2(x, (sizeof(x) / sizeof(x[0])) - 1)