From: Niels Möller Date: Wed, 28 Sep 2022 08:46:41 +0000 (+0200) Subject: ChangeLog and AUTHORS update for Balloon. X-Git-Tag: nettle_3.9_release_20230514~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e83daf619ec0ff6b32e10029ef0c44c169b952a6;p=thirdparty%2Fnettle.git ChangeLog and AUTHORS update for Balloon. --- diff --git a/AUTHORS b/AUTHORS index e182b0b1..20c8bf03 100644 --- a/AUTHORS +++ b/AUTHORS @@ -128,3 +128,5 @@ Amitay Isaacs Powerpc64 assembly for secp192r1, secp224r1 Martin Schwenke Powerpc64 assembly for secp384r1, secp521r1, curve25519 and curve448. + +Zoltan Fridrich Ballon password hashing. diff --git a/ChangeLog b/ChangeLog index 6be196a6..187626ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2022-09-28 Niels Möller + + From Zoltan Fridrich: + * balloon.c (balloon, balloon_itch): Implementation of balloon + password hash. + * balloon.h: New header file. + * balloon-sha1.c (balloon_sha1): New file and function. + * balloon-sha256.c (balloon_sha256): Likewise. + * balloon-sha384.c (balloon_sha384): Likewise. + * balloon-sha512.c (balloon_sha512): Likewise. + * Makefile.in (nettle_SOURCES): Add balloon source files. + (HEADERS): Add ballon.h. + * testsuite/balloon-test.c: New tests. + * testsuite/Makefile.in (TS_NETTLE_SOURCES): Add balloon-test.c. + 2022-09-08 Niels Möller * eccdata.c (string_toupper): New utility function.