simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Mar 22 18:19:47 GMT 2021


TL;DR:
  049acf9e Update references for Argon2.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-03-22 18:19:47

commit 049acf9ef570f4ed98232d801437c9c1196bfe58
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=049acf9ef570f4ed98232d801437c9c1196bfe58;hp=66265d30f513c0496d9f3f882cf61b49f4bfff40
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Mar 22 18:11:38 2021 +0000

    Update references for Argon2.
    
    The next version of the Internet-Draft for Argon2 has come out, and it
    resolves the discrepancy between the Argon2i algorithm description and
    the test vector.
    
    The resolution is the same one I'd already guessed: the PDF in the
    github repo, the C reference implementation in the same repo, and the
    test vector in the I-D all agreed with each other, and only the
    algorithm spec in the I-D disagreed with them all. The latter has been
    corrected, so now all four sources agree with each other, and also
    agree with my code.
    
    So now everything is consistent and I don't have to have a comment
    explaining which side I came down on.

 sshargon2.c | 32 +++++++++-----------------------
 1 file changed, 9 insertions(+), 23 deletions(-)



More information about the tartarus-commits mailing list