Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cCipherCCM.cpp File Reference
#include "pch.h"
#include "Cipher/cCipherCCM.h"
#include "Cipher/cCipherAES.h"
#include "Cipher/cCipherCamellia.h"

Namespaces

 GrayLib
 

Detailed Description

NIST SP800-38C compliant CCM implementation Definition of CCM: http://csrc.nist.gov/publications/nistpubs/800-38C/SP800-38C_updated-July20_2007.pdf RFC 3610 "Counter with CBC-MAC (CCM)" Related: RFC 5116 "An Interface and Algorithms for Authenticated Encryption"