mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-17 01:52:06 +00:00
Fix -m 15400 output
This commit is contained in:
parent
dd293f7a93
commit
e30df78b0d
@ -194,8 +194,8 @@ int module_hash_encode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
|
|||||||
byte_swap_32 (chacha20->iv[0]),
|
byte_swap_32 (chacha20->iv[0]),
|
||||||
byte_swap_32 (chacha20->plain[0]),
|
byte_swap_32 (chacha20->plain[0]),
|
||||||
byte_swap_32 (chacha20->plain[1]),
|
byte_swap_32 (chacha20->plain[1]),
|
||||||
digest[1],
|
byte_swap_32 (digest[1]),
|
||||||
digest[0]);
|
byte_swap_32 (digest[0]));
|
||||||
|
|
||||||
return line_len;
|
return line_len;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user