mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Fix some spacing in unit-test from -m 29800
This commit is contained in:
parent
1cee512c09
commit
c63f88105d
@ -15,8 +15,8 @@ use Crypt::CBC;
|
||||
sub module_constraints { [[0, 256], [8, 8], [-1, -1], [-1, -1], [-1, -1]] }
|
||||
|
||||
my $SCRYPT_N = 32768;
|
||||
my $SCRYPT_R = 8;
|
||||
my $SCRYPT_P = 6;
|
||||
my $SCRYPT_R = 8;
|
||||
my $SCRYPT_P = 6;
|
||||
|
||||
my $DATA_FIXED = "\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user