Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <condition_variable>
#include <libethash/ethash.h>
#include <libdevcore/Log.h>
#include <libdevcore/Worker.h>
#include "EthashProofOfWork.h"
#include "Ethash.h"
Go to the source code of this file.
Classes | |
struct | dev::eth::DAGChannel |
class | dev::eth::EthashAux |
struct | dev::eth::EthashAux::LightAllocation |
struct | dev::eth::EthashAux::FullAllocation |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |