1
0
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:
Jacob Nevins
2021-04-19 17:03:05 +01:00
parent 20d5055a3a
commit 97137f5cfd
5 changed files with 5 additions and 5 deletions

View File

@ -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"