Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
CCM< T_BlockCipher, T_DefaultDigestSize > Class Template Reference

CCM block cipher mode of operation. More...

#include <ccm.h>

Inheritance diagram for CCM< T_BlockCipher, T_DefaultDigestSize >:
[legend]
Collaboration diagram for CCM< T_BlockCipher, T_DefaultDigestSize >:
[legend]

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 More...
 
typedef AuthenticatedSymmetricCipher Decryption
 implements the AuthenticatedSymmetricCipher interface More...
 

Detailed Description

template<class T_BlockCipher, int T_DefaultDigestSize = 16>
class 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 at the Crypto Lounge
Since
Crypto++ 5.6.0

Definition at line 114 of file ccm.h.

Member Typedef Documentation

template<class T_BlockCipher , int T_DefaultDigestSize = 16>
typedef CCM_Final<T_BlockCipher, T_DefaultDigestSize, false> CCM< T_BlockCipher, T_DefaultDigestSize >::Decryption

Definition at line 117 of file ccm.h.

template<class T_BlockCipher , int T_DefaultDigestSize = 16>
typedef CCM_Final<T_BlockCipher, T_DefaultDigestSize, true> CCM< T_BlockCipher, T_DefaultDigestSize >::Encryption

Definition at line 116 of file ccm.h.


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