Separated cn/2 perf numbers

This commit is contained in:
MoneroOcean 2018-10-05 12:42:30 +02:00
parent d6f96aad76
commit eec8f8ce4c
2 changed files with 8 additions and 2 deletions

View file

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