Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
CCM block cipher mode of operation. More...
#include <ccm.h>
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... | |
CCM block cipher mode of operation.
T_BlockCipher | block cipher |
T_DefaultDigestSize | default digest size, in bytes |
CCM
provides the Encryption
and Decryption
typedef. See GCM_Base and GCM_Final for the AuthenticatedSymmetricCipher implementation.