mirror of
https://github.com/hashcat/hashcat
synced 2024-11-20 23:27:31 +01:00
Remove extra whitespace in test.pl
This commit is contained in:
parent
6558253d72
commit
3705ebfbf6
@ -9980,7 +9980,7 @@ END_CODE
|
||||
|
||||
$hash_buf = hmac_hex ($data, $key, \&sha1, 64);
|
||||
|
||||
my $offset = hex (substr ($hash_buf, -8)) & 0xf;
|
||||
my $offset = hex (substr ($hash_buf, -8)) & 0xf;
|
||||
$offset *= 2;
|
||||
my $token = hex (substr ($hash_buf, $offset, 8));
|
||||
$token &= 0x7fffffff;
|
||||
|
Loading…
Reference in New Issue
Block a user