Added experimental DefyX support

This commit is contained in:
MoneroOcean 2019-08-15 17:23:22 -07:00
parent 4639c860a4
commit c19cb4672d
30 changed files with 5249 additions and 2 deletions

View file

@ -132,6 +132,7 @@ private:
0, // RX_0
0, // RX_WOW
0, // RX_LOKI
0, // DEFYX
# endif
};
@ -167,6 +168,7 @@ private:
0, // RX_0
0, // RX_WOW
0, // RX_LOKI
0, // DEFYX
# endif
};
@ -202,6 +204,7 @@ private:
Algorithm::INVALID, // RX_0
Algorithm::INVALID, // RX_WOW
Algorithm::INVALID, // RX_LOKI
Algorithm::INVALID, // DEFYX
# endif
};
};