summaryrefslogtreecommitdiff
path: root/speck.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-21 15:16:53 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-21 15:16:53 -0500
commit6b7a7b1ca6435bb3d9b27fd1ea46bd0cad9103c4 (patch)
tree95f9e4197ea0dfaebb54e86ec3a121f213f43ac8 /speck.h
parent14e33af525935482ffa05e63e9dbcf6503488e39 (diff)
downloadcryptopp-git-6b7a7b1ca6435bb3d9b27fd1ea46bd0cad9103c4.tar.gz
Update documentation
Diffstat (limited to 'speck.h')
-rw-r--r--speck.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/speck.h b/speck.h
index d4a77035..1863e9f3 100644
--- a/speck.h
+++ b/speck.h
@@ -55,8 +55,7 @@ struct SPECK_Base
//! \class SPECK64
//! \brief SPECK 64-bit block cipher
-//! \details SPECK64 provides 64-bit block size. The valid key sizes are 98-bit and 128-bit.
-//! \note Crypto++ provides a byte oriented implementation
+//! \details SPECK64 provides 64-bit block size. The valid key sizes are 96-bit and 128-bit.
//! \sa SPECK64, SPECK128, <a href="http://www.cryptopp.com/wiki/SPECK">SPECK</a>
//! \since Crypto++ 6.0
class CRYPTOPP_NO_VTABLE SPECK64 : public SPECK_Info<8, 12, 12, 16>, public BlockCipherDocumentation
@@ -104,7 +103,6 @@ public:
//! \class SPECK128
//! \brief SPECK 128-bit block cipher
//! \details SPECK128 provides 128-bit block size. The valid key sizes are 128-bit, 192-bit and 256-bit.
-//! \note Crypto++ provides a byte oriented implementation
//! \sa SPECK64, SPECK128, <a href="http://www.cryptopp.com/wiki/SPECK">SPECK</a>
//! \since Crypto++ 6.0
class CRYPTOPP_NO_VTABLE SPECK128 : public SPECK_Info<16, 16, 16, 32>, public BlockCipherDocumentation