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 --- basecode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'basecode.h') diff --git a/basecode.h b/basecode.h index a70e9ca..f252d56 100644 --- a/basecode.h +++ b/basecode.h @@ -7,6 +7,7 @@ NAMESPACE_BEGIN(CryptoPP) +//! base n encoder, where n is a power of 2 class CRYPTOPP_DLL BaseN_Encoder : public Unflushable { public: @@ -32,6 +33,7 @@ private: SecByteBlock m_outBuf; }; +//! base n decoder, where n is a power of 2 class CRYPTOPP_DLL BaseN_Decoder : public Unflushable { public: @@ -56,6 +58,7 @@ private: SecByteBlock m_outBuf; }; +//! filter that breaks input stream into groups of fixed size class CRYPTOPP_DLL Grouper : public Bufferless { public: -- cgit v1.2.1