From 2c9a3039e85061ff094e460e7afae1aed934350b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 27 Jul 2017 19:15:21 -0400 Subject: Update documentation This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync --- threefish.h | 1 - 1 file changed, 1 deletion(-) (limited to 'threefish.h') diff --git a/threefish.h b/threefish.h index 087e52a0..5294a273 100644 --- a/threefish.h +++ b/threefish.h @@ -17,7 +17,6 @@ NAMESPACE_BEGIN(CryptoPP) //! \class Threefish_Info //! \brief Threefish block cipher information -//! \tparam SIZE block and key size, in bytes //! \note Crypto++ provides a byte oriented implementation //! \since Crypto++ 6.0 struct Threefish_Info : public VariableBlockSize<32, 32, 128> -- cgit v1.2.1