fixes #1298: add pure kernels for -m 600 = BLAKE2b-512

This commit is contained in:
philsmd
2020-06-24 23:41:58 +02:00
parent 5628317de8
commit bd9304724c
13 changed files with 8324 additions and 1111 deletions

View File

@@ -10,7 +10,7 @@ use warnings;
use Digest::BLAKE2 qw (blake2b_hex);
sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [-1, -1], [-1, -1]] }
sub module_constraints { [[0, 256], [-1, -1], [0, 55], [-1, -1], [-1, -1]] }
sub module_generate_hash
{