From d19ef1c7169c6150cc470e885b078f4e5500d29f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 26 Nov 2017 01:59:06 -0500 Subject: [PATCH] Update documentation --- mdc.h | 2 +- pubkey.h | 2 +- simon.h | 2 +- speck.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mdc.h b/mdc.h index 4c2ebbb3..d5f1a881 100644 --- a/mdc.h +++ b/mdc.h @@ -22,7 +22,7 @@ struct MDC_Info : public FixedBlockSize, public FixedKeyLengthMDC template diff --git a/pubkey.h b/pubkey.h index 54374129..c9406aca 100644 --- a/pubkey.h +++ b/pubkey.h @@ -637,7 +637,7 @@ protected: //! \brief Trapdoor Function (TF) signature with external reference //! \tparam BASE base class //! \tparam SCHEME_OPTIONS scheme options class -//! \tparam KEY_CLASS key class +//! \tparam KEY key class //! \details TF_ObjectImplExtRef() holds a pointer to an external key structure template class TF_ObjectImplExtRef : public TF_ObjectImplBase diff --git a/simon.h b/simon.h index dba07c12..3e3cc714 100644 --- a/simon.h +++ b/simon.h @@ -37,7 +37,7 @@ struct SIMON_Info : public FixedBlockSize, VariableKeyLength //! \class SIMON_Base //! \brief SIMON block cipher base class -//! \tparam BS block size of the cipher, in bytes +//! \tparam W the word type //! \details User code should use SIMON64 or SIMON128 //! \sa SIMON64, SIMON128, SIMON on the Crypto++ wiki //! \since Crypto++ 6.0 diff --git a/speck.h b/speck.h index 2f0c5e08..95784768 100644 --- a/speck.h +++ b/speck.h @@ -41,7 +41,7 @@ struct SPECK_Info : public FixedBlockSize, VariableKeyLength //! \class SPECK_Base //! \brief SPECK block cipher base class -//! \tparam BS block size of the cipher, in bytes +//! \tparam W the word type //! \details User code should use SPECK64 or SPECK128 //! \sa SPECK64, SPECK128, SPECK //! \since Crypto++ 6.0