1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 23:58:07 +00:00

add missing md4_hex import in 31600 test module

This commit is contained in:
Gabriele Gristina 2023-05-18 21:58:46 +02:00
parent 423faea47d
commit a0732495fa

View File

@ -8,7 +8,7 @@
use strict;
use warnings;
use Digest::MD4 qw (md4);
use Digest::MD4 qw (md4 md4_hex);
use Crypt::PBKDF2;
use Text::Iconv;
use Encode;