mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-19 04:58:16 +00:00
Merge pull request #4321 from matrix/fix_10100
Fixed bug in module_constraints for hash-mode 10100
This commit is contained in:
commit
a69e15d0c7
@ -10,7 +10,7 @@ use warnings;
|
||||
|
||||
use Digest::SipHash qw (siphash);
|
||||
|
||||
sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [32, 32], [-1, -1]] }
|
||||
sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [32, 32], [0, 55]] }
|
||||
|
||||
sub module_generate_hash
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user