Tidied up Argon2 operations

This commit is contained in:
n1474335 2023-03-24 22:15:21 +00:00
parent ca340cdd7b
commit 25fe7bba67
No known key found for this signature in database
GPG key ID: D15457B7B4AF3F37
8 changed files with 88 additions and 32 deletions

View file

@ -26,7 +26,7 @@ class Argon2Compare extends Operation {
this.outputType = "string";
this.args = [
{
"name": "Hash",
"name": "Encoded hash",
"type": "string",
"value": ""
}