Merge pull request #47 from tevador/pr-doc

Documentation and tests
This commit is contained in:
tevador
2019-06-01 11:14:13 +02:00
committed by GitHub
13 changed files with 934 additions and 197 deletions

View File

@@ -49,6 +49,10 @@ public:
const void* getScratchpad() {
return scratchpad;
}
const randomx::Program& getProgram()
{
return program;
}
protected:
void initialize();
alignas(64) randomx::Program program;