diff --git a/src/base/crypto/Algorithm.cpp b/src/base/crypto/Algorithm.cpp index 2f510f6e..abf68267 100644 --- a/src/base/crypto/Algorithm.cpp +++ b/src/base/crypto/Algorithm.cpp @@ -153,9 +153,8 @@ static const std::map kAlgorithmNames = { ALGO_NAME(RX_ARQ), ALGO_NAME(RX_GRAFT), ALGO_NAME(RX_SFX), - ALGO_NAME(RX_LOZZ), ALGO_NAME(RX_KEVA), - + ALGO_NAME(RX_LOZZ), # endif # ifdef XMRIG_ALGO_ARGON2 diff --git a/src/base/crypto/Algorithm.h b/src/base/crypto/Algorithm.h index 3c6c15e6..3d5cecee 100644 --- a/src/base/crypto/Algorithm.h +++ b/src/base/crypto/Algorithm.h @@ -78,7 +78,7 @@ public: RX_GRAFT = 0x72151267, // "rx/graft" RandomGRAFT (Graft). RX_SFX = 0x72151273, // "rx/sfx" RandomSFX (Safex Cash). RX_KEVA = 0x7214116b, // "rx/keva" RandomKEVA (Keva). - RX_LOZZ = 0x7213f747, // "rx/lozz" RandomL (Lozzax). + RX_LOZZ = 0x7215126c, // "rx/lozz" RandomL (Lozzax). AR2_CHUKWA = 0x61130000, // "argon2/chukwa" Argon2id (Chukwa). AR2_CHUKWA_V2 = 0x61140000, // "argon2/chukwav2" Argon2id (Chukwa v2). AR2_WRKZ = 0x61120000, // "argon2/wrkz" Argon2id (WRKZ)