1
0
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:
Jens Steube 2022-09-27 11:04:02 +02:00
parent 1cee512c09
commit c63f88105d

View File

@ -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";