Ethereum  PoC-8
The C++ Implementation of Ethereum
TrieHash.h File Reference
#include <libdevcore/FixedHash.h>
#include <vector>

Go to the source code of this file.

Namespaces

 dev
 

Functions

bytes dev::rlp256 (BytesMap const &_s)
 
h256 dev::hash256 (BytesMap const &_s)
 
h256 dev::orderedTrieRoot (std::vector< bytes > const &_data)
 
template<class T , class U >
h256 dev::trieRootOver (unsigned _itemCount, T const &_getKey, U const &_getValue)
 
h256 dev::orderedTrieRoot (std::vector< bytesConstRef > const &_data)
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Date
2014

Definition in file TrieHash.h.