Update ccm.h

updated brief desc.
This commit is contained in:
Rose Zadik 2018-04-17 16:31:22 +01:00 committed by GitHub
parent ef87179842
commit 477dce15bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
/**
* \file ccm.h
*
* \brief This file contains CCM definitions and functions.
* \brief This file provides an API for the CCM authenticated encryption
* mode for block ciphers.
*
* CCM combines Counter mode encryption with CBC-MAC authentication
* for 128-bit block ciphers.