mirror of
https://github.com/hashcat/hashcat
synced 2024-11-20 23:27:31 +01:00
cleanup unit-test code
This commit is contained in:
parent
02b2ca41c5
commit
42799fafb8
@ -91,10 +91,9 @@ sub module_verify_hash
|
||||
return unless defined $hash;
|
||||
return unless defined $word;
|
||||
|
||||
# my $word_packed = pack_if_HEX_notation ($word);
|
||||
my $word_packed = pack_if_HEX_notation ($word);
|
||||
|
||||
# my $new_hash = module_generate_hash ($word_packed);
|
||||
my $new_hash = module_generate_hash ($word);
|
||||
my $new_hash = module_generate_hash ($word_packed);
|
||||
|
||||
return ($new_hash, $word);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user