![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
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.
| typedef CCM_Final<T_BlockCipher, T_DefaultDigestSize, false> CCM< T_BlockCipher, T_DefaultDigestSize >::Decryption |
| typedef CCM_Final<T_BlockCipher, T_DefaultDigestSize, true> CCM< T_BlockCipher, T_DefaultDigestSize >::Encryption |
1.8.11