From befd04312d8bdf2363921bf5ccb1393f5852a9a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 19 Jan 2018 14:31:20 -0500 Subject: Remove unneeded Doxygen directive --- speck.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'speck.h') diff --git a/speck.h b/speck.h index 6571074e..88f87d3b 100644 --- a/speck.h +++ b/speck.h @@ -26,7 +26,6 @@ NAMESPACE_BEGIN(CryptoPP) -/// \class SPECK_Info /// \brief SPECK block cipher information /// \tparam L block size of the cipher, in bytes /// \tparam D default key length, in bytes @@ -43,7 +42,6 @@ struct SPECK_Info : public FixedBlockSize, VariableKeyLength } }; -/// \class SPECK_Base /// \brief SPECK block cipher base class /// \tparam W the word type /// \details User code should use SPECK64 or SPECK128 @@ -62,7 +60,6 @@ struct SPECK_Base unsigned int m_rounds; // number of rounds }; -/// \class SPECK64 /// \brief SPECK 64-bit block cipher /// \details Speck is a block cipher designed by Ray Beaulieu, Douglas Shors, Jason Smith, /// Stefan Treatman-Clark, Bryan Weeks and Louis Wingers. @@ -120,7 +117,6 @@ public: typedef BlockCipherFinal Decryption; }; -/// \class SPECK128 /// \brief SPECK 128-bit block cipher /// \details Speck is a block cipher designed by Ray Beaulieu, Douglas Shors, Jason Smith, /// Stefan Treatman-Clark, Bryan Weeks and Louis Wingers. -- cgit v1.2.1