Fabcoin Core
0.16.2
P2P Digital Currency
|
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) |
Definition in file TrieHash.cpp.
#define APPEND_CHILD appendRaw |
#define ENABLE_DEBUG_PRINT 0 |
Definition at line 40 of file TrieHash.cpp.