From a2828f6ae67c3d7294118a8144b1b2ec431237c4 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 22 Jul 2004 00:51:57 +0000 Subject: fix documentation, fix PanamaMAC, fix algorithm names git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@186 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- strciphr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'strciphr.h') diff --git a/strciphr.h b/strciphr.h index 4cc4f15..4fb1808 100644 --- a/strciphr.h +++ b/strciphr.h @@ -14,7 +14,7 @@ (since it's an additive cipher, i.e., it xors a keystream into the plaintext). See this line in seal.h: - typedef SymmetricCipherFinal, AdditiveCipherTemplate<> > > Encryption; + typedef SymmetricCipherFinal\, AdditiveCipherTemplate\<\> \> \> Encryption; AdditiveCipherTemplate and CFB_CipherTemplate are designed so that they don't need to take a policy class as a template parameter (although this is allowed), so that @@ -263,6 +263,7 @@ CRYPTOPP_DLL_TEMPLATE_CLASS CFB_CipherTemplate; CRYPTOPP_DLL_TEMPLATE_CLASS CFB_DecryptionTemplate<>; +//! _ template class SymmetricCipherFinal : public AlgorithmImpl, INFO> { -- cgit v1.2.1