summaryrefslogtreecommitdiff
path: root/speck.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-26 01:59:06 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-26 01:59:06 -0500
commitd19ef1c7169c6150cc470e885b078f4e5500d29f (patch)
treeda464d3fa43d492a0cd3019bbf60611b518c37d1 /speck.h
parentc518b31ae8ec77b24d403f28809db5b529882150 (diff)
downloadcryptopp-git-d19ef1c7169c6150cc470e885b078f4e5500d29f.tar.gz
Update documentation
Diffstat (limited to 'speck.h')
-rw-r--r--speck.h2
1 files changed, 1 insertions, 1 deletions
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<BS>, VariableKeyLength<D, N, M>
//! \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, <a href="http://www.cryptopp.com/wiki/SPECK">SPECK</a>
//! \since Crypto++ 6.0