1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

tests: get rid of wrong modules from -m 28100

This commit is contained in:
philsmd 2021-11-29 17:12:56 +01:00 committed by GitHub
parent 964cff951f
commit 3e085f8db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,7 @@
use strict;
use warnings;
use Digest::MD4 qw (md4 md4_hex);
use Digest::SHA qw (sha1 sha1_hex);
use Digest::SHA qw (sha512 sha512_hex);
use Digest::SHA qw (sha1 sha512);
use Crypt::PBKDF2;
use Encode;