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:46:05 +11:00 committed by GitHub
parent c2b5c19e87
commit 1120c1a5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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