mirror of
https://github.com/hashcat/hashcat
synced 2024-11-20 23:27:31 +01:00
Remove some debugging printf() call
This commit is contained in:
parent
a9756b20e7
commit
8caf3ba57f
@ -6,7 +6,7 @@ AMD GPUs on Linux require "AMDGPU-Pro Driver" (16.40 or later)
|
|||||||
Intel CPUs require "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
|
Intel CPUs require "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
|
||||||
Intel GPUs on Windows require "OpenCL Driver for Intel Iris and Intel HD Graphics"
|
Intel GPUs on Windows require "OpenCL Driver for Intel Iris and Intel HD Graphics"
|
||||||
Intel GPUs on Linux require "OpenCL 2.0 GPU Driver Package for Linux" (2.0 or later)
|
Intel GPUs on Linux require "OpenCL 2.0 GPU Driver Package for Linux" (2.0 or later)
|
||||||
NVIDIA GPUS require "NVIDIA Driver" (367.x or later)
|
NVIDIA GPUs require "NVIDIA Driver" (367.x or later)
|
||||||
|
|
||||||
##
|
##
|
||||||
## Features
|
## Features
|
||||||
|
@ -8009,8 +8009,6 @@ END_CODE
|
|||||||
|
|
||||||
my $tmp = hmac ($pbkdf1_salt_buf, $word_buf, \&sha1, 64);
|
my $tmp = hmac ($pbkdf1_salt_buf, $word_buf, \&sha1, 64);
|
||||||
|
|
||||||
print unpack ("H*", $tmp), "\n";
|
|
||||||
|
|
||||||
for (my $r = 1; $r < $iterations; $r++)
|
for (my $r = 1; $r < $iterations; $r++)
|
||||||
{
|
{
|
||||||
$tmp = hmac ($tmp, $word_buf, \&sha1, 64);
|
$tmp = hmac ($tmp, $word_buf, \&sha1, 64);
|
||||||
|
Loading…
Reference in New Issue
Block a user