![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
Go to the source code of this file.
Namespaces | |
| dev | |
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) |