mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Blake2b has no pure kernel mode
This commit is contained in:
parent
a5336ceb72
commit
687fe5403c
@ -10,7 +10,7 @@ use warnings;
|
|||||||
|
|
||||||
use Digest::BLAKE2 qw (blake2b_hex);
|
use Digest::BLAKE2 qw (blake2b_hex);
|
||||||
|
|
||||||
sub module_constraints { [[0, 255], [-1, -1], [0, 55], [-1, -1], [-1, -1]] }
|
sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [-1, -1], [-1, -1]] }
|
||||||
|
|
||||||
sub module_generate_hash
|
sub module_generate_hash
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user