Basic cryptonight-ipbc definition.

This commit is contained in:
XMRig 2018-04-21 00:19:33 +07:00
parent 8fe264bbd7
commit 274992e50d
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) */
};