![]() |
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. | |
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) |
Definition in file TrieHash.h.
1.8.11