improved speed of -m 21200 by using pre-computed SHA1 hash

This commit is contained in:
philsmd
2020-07-26 18:00:09 +02:00
parent 5f7b70bc42
commit 9bd77536c2
9 changed files with 858 additions and 2195 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use warnings;
use Digest::MD5 qw (md5_hex);
use Digest::SHA qw (sha1_hex);
sub module_constraints { [[0, 256], [0, 256], [0, 55], [-1, -1], [-1, -1]] }
sub module_constraints { [[0, 256], [0, 256], [0, 55], [0, 256], [-1, -1]] }
sub module_generate_hash
{