summaryrefslogtreecommitdiff
path: root/speck.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-13 09:54:06 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-13 09:54:06 -0400
commit380829284c41d3cebff05dfd03c1eb4dbc95bf7a (patch)
tree735e79587765811ea8d28ecfa8755b335180f720 /speck.h
parent678bdb1735409b2e0a6727959e9f97f785fd19da (diff)
downloadcryptopp-git-380829284c41d3cebff05dfd03c1eb4dbc95bf7a.tar.gz
Update documentation
Diffstat (limited to 'speck.h')
-rw-r--r--speck.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/speck.h b/speck.h
index 2e2dc144..7ed7517e 100644
--- a/speck.h
+++ b/speck.h
@@ -90,7 +90,7 @@ public:
void UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs &params);
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Enc provides implementation for encryption transformation. All key
/// sizes are supported.
/// \since Crypto++ 6.0
@@ -103,7 +103,7 @@ public:
#endif
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported.
/// \since Crypto++ 6.0
@@ -149,7 +149,7 @@ public:
void UncheckedSetKey(const byte *userKey, unsigned int keyLength, const NameValuePairs &params);
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Enc provides implementation for encryption transformation. All key
/// sizes are supported.
/// \since Crypto++ 6.0
@@ -162,7 +162,7 @@ public:
#endif
};
- /// \brief Provides implementation for encryption transformation
+ /// \brief Encryption transformation
/// \details Dec provides implementation for decryption transformation. All key
/// sizes are supported.
/// \since Crypto++ 6.0