Basic cryptonight-ipbc definition.

This commit is contained in:
XMRig
2018-04-21 00:19:33 +07:00
parent 77b1c7087d
commit 57c856ec5c
5 changed files with 39 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ enum Algo {
CRYPTONIGHT, /* CryptoNight (Monero) */
CRYPTONIGHT_LITE, /* CryptoNight-Lite (AEON) */
CRYPTONIGHT_HEAVY, /* CryptoNight-Heavy (SUMO) */
CRYPTONIGHT_IPBC /* CryptoNight-IPBC (IPBC) */
};