mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
Update src/modules/module_28504.c
Co-authored-by: kgolawski <konrad.golawski@gmail.com>
This commit is contained in:
parent
914de795f4
commit
c2b5c19e87
@ -57,7 +57,7 @@ u32 module_pw_min (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED con
|
||||
|
||||
static u32 polymod_checksum (const u8 *data, const u32 data_len)
|
||||
{
|
||||
const u32 consts[5] = { 0x3b6a57b2, 0x26508e6d, 0x1ea119fa, 0x3d4233dd, 0x2a1462b3 };
|
||||
const u32 CONSTS[5] = { 0x3b6a57b2, 0x26508e6d, 0x1ea119fa, 0x3d4233dd, 0x2a1462b3 };
|
||||
|
||||
u32 c = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user