From 3c7017be8acba15bfdde346232399c9743c6a1f1 Mon Sep 17 00:00:00 2001 From: gamerope <83300383+gamerope@users.noreply.github.com> Date: Wed, 19 Jan 2022 07:28:48 +0100 Subject: [PATCH] Removed White space and others * I removed white space and the position of LOZZ * Thanks to Spudz who correct the value for lozz which is 0x7215126c --- src/base/crypto/Algorithm.cpp | 3 +-- src/base/crypto/Algorithm.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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)