From 01cb819c485d8aa0d00cce6a7acde4cf241a9cb0 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sun, 9 Jul 2017 12:45:52 +0200 Subject: [PATCH] trim trailing spaces --- doc/crypt.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypt.tex b/doc/crypt.tex index cb88eb7..ef594b1 100644 --- a/doc/crypt.tex +++ b/doc/crypt.tex @@ -1515,7 +1515,7 @@ Similarly, this will OCB decrypt, and compare the internally computed tag agains appropriately. \subsection{CCM Mode} -CCM is a NIST proposal for encrypt + authenticate that is centered around using AES (or any 16--byte cipher) as a primitive. +CCM is a NIST proposal for encrypt + authenticate that is centered around using AES (or any 16--byte cipher) as a primitive. \subsubsection{Initialization} To initialize the CCM context with a secret key call the following function.