Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <EthashAux.h>
Public Member Functions | |
FullAllocation (ethash_light_t _light, ethash_callback_t _cb) | |
~FullAllocation () | |
EthashProofOfWork::Result | compute (h256 const &_headerHash, Nonce const &_nonce) const |
bytesConstRef | data () const |
uint64_t | size () const |
Public Attributes | |
ethash_full_t | full |
Definition at line 57 of file EthashAux.h.
EthashAux::FullAllocation::FullAllocation | ( | ethash_light_t | _light, |
ethash_callback_t | _cb | ||
) |
EthashAux::FullAllocation::~FullAllocation | ( | ) |
EthashProofOfWork::Result EthashAux::FullAllocation::compute | ( | h256 const & | _headerHash, |
Nonce const & | _nonce | ||
) | const |
bytesConstRef EthashAux::FullAllocation::data | ( | ) | const |
|
inline |
ethash_full_t dev::eth::EthashAux::FullAllocation::full |
Definition at line 64 of file EthashAux.h.