Merge branch 'feature-cn4' of https://github.com/SChernykh/xmrig into evo
This commit is contained in:
commit
41feb756bf
28 changed files with 2623 additions and 266 deletions
|
@ -60,6 +60,10 @@ bool MultiWorker<N>::selfTest()
|
|||
LOG_WARN("CryptonightR (Wownero) self-test failed");
|
||||
return false;
|
||||
}
|
||||
if (!verify2(VARIANT_4, test_input_R)) {
|
||||
LOG_WARN("CryptonightR self-test failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
const bool rc = verify(VARIANT_0, test_output_v0) &&
|
||||
verify(VARIANT_1, test_output_v1) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue