From 2a51576adc665121921b56e011ae437cb0d69cfa Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 6 Sep 2016 05:03:17 -0400 Subject: [PATCH] Updated documentation --- safer.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/safer.h b/safer.h index a9150284..0a6cb064 100644 --- a/safer.h +++ b/safer.h @@ -49,6 +49,12 @@ public: }; }; +//! \class SAFER_Impl +//! \brief SAFER block cipher default implementation +//! \tparam BASE SAFER::Enc or SAFER::Dec derived base class +//! \tparam INFO SAFER_Info derived class +//! \tparam STR flag indicating a strengthened implementation +//! \details SAFER-K is not strengthened; while SAFER-SK is strengthened. template class CRYPTOPP_NO_VTABLE SAFER_Impl : public BlockCipherImpl {