From 393ae4859a9d3df3c5aee304b4c65121b657f613 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 --- files.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files.h') diff --git a/files.h b/files.h index e54d8902..baa57a3e 100644 --- a/files.h +++ b/files.h @@ -10,7 +10,7 @@ NAMESPACE_BEGIN(CryptoPP) -//! . +//! file-based implementation of Store interface class CRYPTOPP_DLL FileStore : public Store, private FilterPutSpaceHelper, public NotCopyable { public: @@ -45,7 +45,7 @@ private: bool m_waiting; }; -//! . +//! file-based implementation of Source interface class CRYPTOPP_DLL FileSource : public SourceTemplate { public: @@ -63,7 +63,7 @@ public: std::istream* GetStream() {return m_store.GetStream();} }; -//! . +//! file-based implementation of Sink interface class CRYPTOPP_DLL FileSink : public Sink, public NotCopyable { public: -- cgit v1.2.1