Added cn/half algo support

This commit is contained in:
MoneroOcean 2019-01-15 14:42:26 -08:00
parent a78c014511
commit 3ca70e2276
6 changed files with 14 additions and 9 deletions

View file

@ -44,7 +44,7 @@ enum PerfAlgo {
PA_INVALID = -1,
PA_CN, /* CryptoNight (Monero) */
PA_CN2, /* CryptoNight/2 (Monero) */
PA_CN_FAST, /* CryptoNight-Fast (Masari) */
PA_CN_HALF, /* CryptoNight-Half (Masari) */
PA_CN_LITE, /* CryptoNight-Lite (AEON) */
PA_CN_HEAVY, /* CryptoNight-Heavy (SUMO) */
PA_MAX