1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -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

@ -124,7 +124,7 @@ passphrase:
password-hashing function.
The three integer values are used as parameters for Argon2, which
allows you to configure the amount of memory used (in Kb), the number
allows you to configure the amount of memory used (in Kbyte), the number
of passes of the algorithm to run (to tune its running time), and the
degree of parallelism required by the hash function. The salt is
decoded into a sequence of binary bytes and used as an additional