Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Functions
TrieHash.h File Reference
#include "Common.h"
#include "FixedHash.h"
Include dependency graph for TrieHash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 

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.