From: Niels Möller Date: Sun, 21 Jul 2019 12:47:17 +0000 (+0200) Subject: CMAC comment fixes X-Git-Tag: nettle_3.6rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e381cfeb37fafa4a96469f1a7d1baabe86f88ad9;p=thirdparty%2Fnettle.git CMAC comment fixes --- diff --git a/cmac-des3.c b/cmac-des3.c index d2d55ca4..3715d5ee 100644 --- a/cmac-des3.c +++ b/cmac-des3.c @@ -1,6 +1,6 @@ /* cmac-des3.c - CMAC using TrippleDES as the underlying cipher. + CMAC using TripleDES as the underlying cipher. Copyright (C) 2019 Dmitry Eremin-Solenikov diff --git a/cmac64.c b/cmac64.c index 9b711d66..2fbffc9b 100644 --- a/cmac64.c +++ b/cmac64.c @@ -1,5 +1,5 @@ /* - AES-CMAC-128 (rfc 4493) / CMAC-64 + CMAC-64, NIST SP 800-38B Copyright (C) Stefan Metzmacher 2012 Copyright (C) Jeremy Allison 2012 Copyright (C) Michael Adam 2012