![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <cstdint>#include <iostream>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. | |
| dev::evmjit | |
Macros | |
| #define | CHECK(expr) (assert(expr), expr) |
| #define | DLOG(CHANNEL) ::dev::evmjit::getLogStream(#CHANNEL) |
Functions | |
| void | dev::evmjit::keccak (uint8_t const *_data, uint64_t _size, uint8_t *o_hash) |
| std::ostream & | dev::evmjit::getLogStream (char const *_channel) |
| #define DLOG | ( | CHANNEL | ) | ::dev::evmjit::getLogStream(#CHANNEL) |
1.8.11