mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-22 04:22:13 +00:00
Update src/modules/module_28503.c
Co-authored-by: kgolawski <konrad.golawski@gmail.com>
This commit is contained in:
parent
a3d8a347b2
commit
007a9e3f69
@ -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