Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | List of all members
CCM< T_BlockCipher, T_DefaultDigestSize > Struct Template Reference

CCM block cipher mode of operation. More...

+ Inheritance diagram for CCM< T_BlockCipher, T_DefaultDigestSize >:

Public Types

typedef CCM_Final< T_BlockCipher, T_DefaultDigestSize, true > Encryption
 
typedef CCM_Final< T_BlockCipher, T_DefaultDigestSize, false > Decryption
 
- Public Types inherited from AuthenticatedSymmetricCipherDocumentation
typedef AuthenticatedSymmetricCipher Encryption
 implements the AuthenticatedSymmetricCipher interface
 
typedef AuthenticatedSymmetricCipher Decryption
 implements the AuthenticatedSymmetricCipher interface
 

Detailed Description

template<class T_BlockCipher, int T_DefaultDigestSize = 16>
struct CCM< T_BlockCipher, T_DefaultDigestSize >

CCM block cipher mode of operation.

Template Parameters
T_BlockCipherblock cipher
T_DefaultDigestSizedefault digest size, in bytes

CCM provides the Encryption and Decryption typedef. See GCM_Base and GCM_Final for the AuthenticatedSymmetricCipher implementation.

See also
CCM Mode and Modes of Operation on the Crypto++ wiki.
Since
Crypto++ 5.6.0

Definition at line 115 of file ccm.h.


The documentation for this struct was generated from the following file: