From e83daf619ec0ff6b32e10029ef0c44c169b952a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 28 Sep 2022 10:46:41 +0200 Subject: [PATCH] ChangeLog and AUTHORS update for Balloon. --- AUTHORS | 2 ++ ChangeLog | 15 +++++++++++++++ 2 files changed, 17 insertions(+) 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. -- 2.47.2