Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Macros | Functions
TrieHash.cpp File Reference
#include "TrieHash.h"
#include "TrieCommon.h"
#include "TrieDB.h"
#include "SHA3.h"
Include dependency graph for TrieHash.cpp:

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.
 

Macros

#define APPEND_CHILD   appendRaw
 
#define ENABLE_DEBUG_PRINT   0
 

Functions

void dev::hash256aux (HexMap const &_s, HexMap::const_iterator _begin, HexMap::const_iterator _end, unsigned _preLen, RLPStream &_rlp)
 
void dev::hash256rlp (HexMap const &_s, HexMap::const_iterator _begin, HexMap::const_iterator _end, unsigned _preLen, RLPStream &_rlp)
 
bytes dev::rlp256 (BytesMap const &_s)
 
h256 dev::hash256 (BytesMap const &_s)
 
h256 dev::orderedTrieRoot (std::vector< bytes > const &_data)
 
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.cpp.

Macro Definition Documentation

#define APPEND_CHILD   appendRaw
#define ENABLE_DEBUG_PRINT   0

Definition at line 40 of file TrieHash.cpp.