From: Niels Möller Date: Mon, 25 Mar 2013 14:18:55 +0000 (+0100) Subject: ChangeLog for Martin's timing changes. X-Git-Tag: nettle_2.7_release_20130424~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=769c3198222515185027caad9b1c2778048e879d;p=thirdparty%2Fnettle.git ChangeLog for Martin's timing changes. --- diff --git a/ChangeLog b/ChangeLog index 66fa5467..23dfa22d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2013-03-25 Niels Möller + From Martin Storsjö: + * examples/timing.c: New file, extracted from nettle-benchmark.c. + * examples/timing.h: New file. + * examples/Makefile.in (SOURCES): Added timing.c. + (DISTFILES): Added timing.h. + (BENCH_OBJS, ECC_BENCH_OBJS, HOGWEED_BENCH_OBJS): Added timing.o. + * examples/nettle-benchmark.c: Use timing.h. + * examples/hogweed-benchmark.c: Likewise. + * examples/ecc-benchmark.c: Likewise. + From Nikos Mavrogiannopoulos: * salsa20r12-crypt.c (salsa20r12_crypt): New file and function. * salsa20.h (salsa20r12_crypt): Declare.