mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Update src/modules/module_28503.c
Co-authored-by: kgolawski <konrad.golawski@gmail.com>
This commit is contained in:
parent
007a9e3f69
commit
914de795f4
@ -73,7 +73,7 @@ static u32 polymod_checksum (const u8 *data, const u32 data_len)
|
||||
|
||||
if (bit_set == 0) continue;
|
||||
|
||||
c ^= consts[j];
|
||||
c ^= CONSTS[j];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user