Tweaks to various hashing functions to improve config options

This commit is contained in:
n1474335 2021-02-02 16:06:37 +00:00
parent 3ce3866000
commit 1b54584820
11 changed files with 104 additions and 34 deletions

View file

@ -28,7 +28,8 @@ class MD2 extends Operation {
{
name: "Rounds",
type: "number",
value: 18
value: 18,
min: 0
}
];
}