Added scratchpad entropy test

This commit is contained in:
tevador
2019-05-03 16:57:33 +02:00
parent cb3d57376f
commit b62b1f8717
5 changed files with 214 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ public:
randomx::RegisterFile *getRegisterFile() {
return ®
}
const void* getScratchpad() {
return scratchpad;
}
protected:
void initialize();
alignas(64) randomx::Program program;