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

@ -1932,7 +1932,7 @@ culpa qui officia deserunt mollit anim id est laborum.
secret = b"secret"
assoc = b"associated data"
# Smallest memory (8Kb) and parallelism (1) parameters the
# Smallest memory (8Kbyte) and parallelism (1) parameters the
# reference implementation will accept, but lots of passes
self.assertEqualBin(
argon2('i', 8, 16, 1, 24, pwd, salt, secret, assoc), unhex(