mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Merge pull request #2564 from philsmd/master
minor: fix indentation issue in -m 17900 = Keccak-384
This commit is contained in:
commit
ad7fc1a3fe
@ -80,7 +80,7 @@ DECLSPEC void m17500m (u32 *w0, u32 *w1, u32 *w2, u32 *w3, const u32 pw_len, KER
|
||||
|
||||
#define Rho_Pi(ad,r) \
|
||||
bc0 = ad; \
|
||||
ad = hc_rotl64 (t, r); \
|
||||
ad = hc_rotl64 (t, r); \
|
||||
t = bc0; \
|
||||
|
||||
#ifdef _unroll
|
||||
@ -278,7 +278,7 @@ DECLSPEC void m17500s (u32 *w0, u32 *w1, u32 *w2, u32 *w3, const u32 pw_len, KER
|
||||
|
||||
#define Rho_Pi(ad,r) \
|
||||
bc0 = ad; \
|
||||
ad = hc_rotl64 (t, r); \
|
||||
ad = hc_rotl64 (t, r); \
|
||||
t = bc0; \
|
||||
|
||||
#ifdef _unroll
|
||||
|
Loading…
Reference in New Issue
Block a user