Mode 6900 does not support empty passwords

pull/1914/head
jsteube 5 years ago
parent 38761eb873
commit 20b8139808

@ -10,7 +10,7 @@ use warnings;
use Digest::GOST qw (gost_hex);
sub module_constraints { [[0, 32], [-1, -1], [0, 32], [-1, -1], [-1, -1]] }
sub module_constraints { [[1, 32], [-1, -1], [1, 32], [-1, -1], [-1, -1]] }
sub module_generate_hash
{

Loading…
Cancel
Save