Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Functions
TrieCommon.cpp File Reference
#include "TrieCommon.h"
Include dependency graph for TrieCommon.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.
 

Functions

std::string dev::hexPrefixEncode (bytes const &_hexVector, bool _leaf, int _begin, int _end)
 
std::string dev::hexPrefixEncode (bytesConstRef _data, bool _leaf, int _beginNibble, int _endNibble, unsigned _offset)
 
std::string dev::hexPrefixEncode (bytesConstRef _d1, unsigned _o1, bytesConstRef _d2, unsigned _o2, bool _leaf)
 
byte dev::uniqueInUse (RLP const &_orig, byte except)
 

Detailed Description

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

Definition in file TrieCommon.cpp.