Cryptonight variant 4 aka CryptonightR

It introduces random integer math into the main loop.
This commit is contained in:
SChernykh 2019-02-04 17:49:19 +01:00
parent 31bdf7bd11
commit f51397b306
9 changed files with 543 additions and 23 deletions

View file

@ -43,7 +43,7 @@ set_property(TARGET hash-tests
PROPERTY
FOLDER "tests")
foreach (hash IN ITEMS fast slow slow-1 slow-2 tree extra-blake extra-groestl extra-jh extra-skein)
foreach (hash IN ITEMS fast slow slow-1 slow-2 slow-4 tree extra-blake extra-groestl extra-jh extra-skein)
add_test(
NAME "hash-${hash}"
COMMAND hash-tests "${hash}" "${CMAKE_CURRENT_SOURCE_DIR}/tests-${hash}.txt")