summaryrefslogtreecommitdiff
path: root/cham.h
diff options
context:
space:
mode:
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