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
This commit is contained in:
gamerope 2022-01-19 07:28:48 +01:00
parent 46a82c25e9
commit 3c7017be8a
2 changed files with 2 additions and 3 deletions

View file

@ -153,9 +153,8 @@ static const std::map<uint32_t, const char *> 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

View file

@ -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)