Update src/modules/module_28504.c

Co-authored-by: kgolawski <konrad.golawski@gmail.com>
pull/3362/head
enwony 2 years ago committed by GitHub
parent 914de795f4
commit c2b5c19e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save