![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <EthashAux.h>
Public Member Functions | |
| LightAllocation (h256 const &_seedHash) | |
| ~LightAllocation () | |
| bytesConstRef | data () const |
| EthashProofOfWork::Result | compute (h256 const &_headerHash, Nonce const &_nonce) const |
Public Attributes | |
| ethash_light_t | light |
| uint64_t | size |
Definition at line 47 of file EthashAux.h.
| EthashAux::LightAllocation::LightAllocation | ( | h256 const & | _seedHash | ) |
| EthashAux::LightAllocation::~LightAllocation | ( | ) |
| EthashProofOfWork::Result EthashAux::LightAllocation::compute | ( | h256 const & | _headerHash, |
| Nonce const & | _nonce | ||
| ) | const |
| bytesConstRef EthashAux::LightAllocation::data | ( | ) | const |
Definition at line 142 of file EthashAux.cpp.
| ethash_light_t dev::eth::EthashAux::LightAllocation::light |
Definition at line 53 of file EthashAux.h.
| uint64_t dev::eth::EthashAux::LightAllocation::size |
Definition at line 54 of file EthashAux.h.
1.8.11