mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-13 00:57:33 -05:00
PuTTYgen: explicitly use 'Kbyte' in Argon2 naming.
Instead of 'Kb', which could be misread as 'Kbit'.
This commit is contained in:
2
cmdgen.c
2
cmdgen.c
@ -157,7 +157,7 @@ void help(void)
|
||||
"default 3)\n"
|
||||
" kdf key derivation function (argon2id, "
|
||||
"argon2i, argon2d)\n"
|
||||
" memory Kb of memory to use in password hash "
|
||||
" memory Kbyte of memory to use in password hash "
|
||||
"(default 8192)\n"
|
||||
" time approx milliseconds to hash for "
|
||||
"(default 100)\n"
|
||||
|
Reference in New Issue
Block a user