Implemented unified cryptonight and RandomX scratchpad memory.
This commit is contained in:
parent
5699147aab
commit
20313cbc56
30 changed files with 434 additions and 297 deletions
|
@ -44,7 +44,7 @@ class RxDataset;
|
|||
class RxVm
|
||||
{
|
||||
public:
|
||||
RxVm(RxDataset *dataset, bool hugePages, bool softAes);
|
||||
RxVm(RxDataset *dataset, uint8_t *scratchpad, bool softAes);
|
||||
~RxVm();
|
||||
|
||||
inline randomx_vm *get() const { return m_vm; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue