mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-02 05:30:19 +00:00
electrum 5: use parenthesis (avoid Intel compiler warning)
This commit is contained in:
parent
2672afb612
commit
b4c29562f4
@ -513,7 +513,7 @@ KERNEL_FQ void m21800_comp (KERN_ATTR_TMPS_ESALT (electrum_tmp_t, electrum_t))
|
||||
|
||||
// early reject
|
||||
|
||||
if (buf[0] & 0x0006ffff != 0x00049c78) return; // allow 0b100 or 0b101 at the end of 3rd byte
|
||||
if ((buf[0] & 0x0006ffff) != 0x00049c78) return; // allow 0b100 or 0b101 at the end of 3rd byte
|
||||
|
||||
buf[1] ^= iv[1];
|
||||
buf[2] ^= iv[2];
|
||||
|
Loading…
Reference in New Issue
Block a user