add comments to unused code, fixed test file

This commit is contained in:
Gabriele Gristina
2020-12-10 02:34:09 +01:00
parent 15bf8b7302
commit f46c23d792
4 changed files with 14 additions and 13 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ use warnings;
use Digest::SHA qw (sha256_hex);
sub module_constraints { [[0, 256], [0, 256], [0, 55], [16, 16], [-1, -1]] }
#sub module_constraints { [[0, 256], [0, 256], [0, 55], [16, 16], [-1, -1]] }
sub module_constraints { [[0, 256], [0, 256], [0, 55], [0, 51], [-1, -1]] }
sub module_generate_hash
{