Add MoneroV (rx/v) algorithm [based on MoneroOcean/master]

This commit is contained in:
Tony Butler
2019-12-18 16:17:22 -07:00
parent 66a4586559
commit 4c4b29d45c
8 changed files with 117 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
#include "randomx_constants_loki.h"
#elif (ALGO == ALGO_RX_ARQMA)
#include "randomx_constants_arqma.h"
#elif (ALGO == ALGO_RX_V)
#include "randomx_constants_v.h"
#endif
#include "aes.cl"