From: Niels Möller Date: Sat, 24 Nov 2018 09:43:35 +0000 (+0100) Subject: ChangeLog entry and comment fixes. X-Git-Tag: nettle_3.4.1rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7350548a397d74bdac16b9e2742990687ab0113;p=thirdparty%2Fnettle.git ChangeLog entry and comment fixes. --- diff --git a/ChangeLog b/ChangeLog index 09bbfdc8..b79cf26c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2018-11-08 Simo Sorce + * rsa-sec-compute-root.c (_rsa_sec_compute_root_itch) + (_rsa_sec_compute_root): New file, new private functions. + Side-channel silent version of rsa_compute_root. + * rsa-internal.h: New header file with declarations. + * gmp-glue.h (NETTLE_OCTET_SIZE_TO_LIMB_SIZE): New macro. 2018-11-24 Niels Möller diff --git a/rsa-sec-compute-root.c b/rsa-sec-compute-root.c index 28856ff5..580d39ac 100644 --- a/rsa-sec-compute-root.c +++ b/rsa-sec-compute-root.c @@ -1,8 +1,9 @@ /* rsa-sec-compute-root.c - Creating RSA signatures, with some additional checks. + Side-channel silent RSA root computation. Copyright (C) 2018 Niels Möller + Copyright (C) 2018 Red Hat, Inc This file is part of GNU Nettle.