1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

Update src/modules/module_28503.c

Co-authored-by: kgolawski <konrad.golawski@gmail.com>
This commit is contained in:
enwony 2022-07-05 06:45:48 +11:00 committed by GitHub
parent 007a9e3f69
commit 914de795f4
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; if (bit_set == 0) continue;
c ^= consts[j]; c ^= CONSTS[j];
} }
} }