From e08480f621e11ff6a8d57e9e495f55f33bc3712a Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 28 Apr 2014 21:08:56 +0200 Subject: [PATCH] update documentation according to new 3des mode --- crypt.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt.tex b/crypt.tex index 486eb95..6151e39 100644 --- a/crypt.tex +++ b/crypt.tex @@ -617,7 +617,7 @@ As of this release the current cipher\_descriptors elements are the following: & aes\_enc\_desc & 16 & 16, 24, 32 & 10, 12, 14 \\ \hline Twofish & twofish\_desc & 16 & 16, 24, 32 & 16 \\ \hline DES & des\_desc & 8 & 8 & 16 \\ - \hline 3DES (EDE mode) & des3\_desc & 8 & 24 & 16 \\ + \hline 3DES (EDE mode) & des3\_desc & 8 & 16, 24 & 16 \\ \hline CAST5 (CAST-128) & cast5\_desc & 8 & 5 $\ldots$ 16 & 12, 16 \\ \hline Noekeon & noekeon\_desc & 16 & 16 & 16 \\ \hline Skipjack & skipjack\_desc & 8 & 10 & 32 \\