summaryrefslogtreecommitdiff
path: root/cham.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-14 08:21:56 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-14 08:21:56 -0400
commit23279dcd459c785ab3c413dd6ca5746c19e5bee1 (patch)
tree33d08fad865dd66a7b9a5a67450d4fcae6beb83f /cham.h
parent7bd9ffcaca0c7a82b7b80569063bcfa07b26a067 (diff)
downloadcryptopp-git-23279dcd459c785ab3c413dd6ca5746c19e5bee1.tar.gz
Update documentation
Diffstat (limited to 'cham.h')
-rw-r--r--cham.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cham.h b/cham.h
index 987e99d7..dc4c0474 100644
--- a/cham.h
+++ b/cham.h
@@ -31,6 +31,10 @@ NAMESPACE_BEGIN(CryptoPP)
/// \since Crypto++ 7.1
struct CHAM64_Info : public FixedBlockSize<8>, public FixedKeyLength<16>
{
+ /// \brief The algorithm name
+ /// \returns the algorithm name
+ /// \details StaticAlgorithmName returns the algorithm's name as a static
+ /// member function.
static const std::string StaticAlgorithmName()
{
// Format is Cipher-Blocksize
@@ -42,6 +46,10 @@ struct CHAM64_Info : public FixedBlockSize<8>, public FixedKeyLength<16>
/// \since Crypto++ 7.1
struct CHAM128_Info : public FixedBlockSize<16>, public VariableKeyLength<16,16,32,16>
{
+ /// \brief The algorithm name
+ /// \returns the algorithm name
+ /// \details StaticAlgorithmName returns the algorithm's name as a static
+ /// member function.
static const std::string StaticAlgorithmName()
{
// Format is Cipher-Blocksize