|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
CCM block cipher mode of operation. More...
#include <ccm.h>
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 | |
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.