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 --- cast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cast.h') diff --git a/cast.h b/cast.h index e463bd2..36c7465 100644 --- a/cast.h +++ b/cast.h @@ -15,7 +15,7 @@ protected: static const word32 S[8][256]; }; -//! . +//! algorithm info struct CAST128_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 5, 16> { static const char *StaticAlgorithmName() {return "CAST-128";} @@ -51,7 +51,7 @@ public: typedef BlockCipherFinal Decryption; }; -//! . +//! algorithm info struct CAST256_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 32> { static const char *StaticAlgorithmName() {return "CAST-256";} -- cgit v1.2.1