mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 07:35:42 +01:00
Update ccm.h
updated brief desc.
This commit is contained in:
parent
ef87179842
commit
477dce15bc
@ -1,7 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* \file ccm.h
|
* \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
|
* CCM combines Counter mode encryption with CBC-MAC authentication
|
||||||
* for 128-bit block ciphers.
|
* for 128-bit block ciphers.
|
||||||
|
Loading…
Reference in New Issue
Block a user