1
0
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:
enwony 2022-07-05 06:45:56 +11:00 committed by GitHub
parent 914de795f4
commit c2b5c19e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;