From e381cfeb37fafa4a96469f1a7d1baabe86f88ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 21 Jul 2019 14:47:17 +0200 Subject: [PATCH] CMAC comment fixes --- cmac-des3.c | 2 +- cmac64.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- GitLab