From cb7dbd32ec2aea5a6ccbcb5d37580d60dceeeee1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 17 Nov 2016 09:16:09 -0500 Subject: [PATCH] Updated documentation --- seckey.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seckey.h b/seckey.h index 1cb2a0a1..b512a3a2 100644 --- a/seckey.h +++ b/seckey.h @@ -55,7 +55,7 @@ public: //! \brief Inherited by algorithms with variable number of rounds //! \tparam D Default number of rounds //! \tparam N Minimum number of rounds -//! \tparam D Maximum number of rounds +//! \tparam M Maximum number of rounds template // use INT_MAX here because enums are treated as signed ints class VariableRounds { @@ -155,7 +155,7 @@ public: //! \tparam D Default key length, in bytes //! \tparam N Minimum key length, in bytes //! \tparam M Maximum key length, in bytes -//! \tparam M Default key length multiple, in bytes. The default multiple is 1. +//! \tparam Q Default key length multiple, in bytes. The default multiple is 1. //! \tparam IV_REQ the \ref SimpleKeyingInterface::IV_Requirement "IV requirements" //! \tparam IV_L default IV length, in bytes. The default length is 0. //! \sa SimpleKeyingInterface