summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-07-21 14:47:17 +0200
committerNiels Möller <nisse@lysator.liu.se>2019-07-21 14:47:17 +0200
commite381cfeb37fafa4a96469f1a7d1baabe86f88ad9 (patch)
treec72c0e63593065d328b35dcdb9476013d3ff6437
parentff5097275848e905f8370c93fa4a1acf80b744cf (diff)
downloadnettle-e381cfeb37fafa4a96469f1a7d1baabe86f88ad9.tar.gz
CMAC comment fixes
-rw-r--r--cmac-des3.c2
-rw-r--r--cmac64.c2
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