Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Macros | Functions
Utils.h File Reference
#include <cstdint>
#include <iostream>
Include dependency graph for Utils.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#define CHECK (   expr)    (assert(expr), expr)

Definition at line 12 of file Utils.h.

#define DLOG (   CHANNEL)    ::dev::evmjit::getLogStream(#CHANNEL)

Definition at line 18 of file Utils.h.