mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 23:48:08 +00:00
Updated comments for CMAC in config.h
This commit is contained in:
parent
b0c3c43dec
commit
f13d3db373
1 changed files with 2 additions and 2 deletions
|
@ -1674,11 +1674,11 @@
|
|||
/**
|
||||
* \def MBEDTLS_CMAC_C
|
||||
*
|
||||
* Enable the CMAC mode for 128-bit block cipher.
|
||||
* Enable the CMAC mode for block ciphers.
|
||||
*
|
||||
* Module: library/cmac.c
|
||||
*
|
||||
* Requires: MBEDTLS_AES_C or MBEDTLS_CAMELLIA_C
|
||||
* Requires: MBEDTLS_AES_C or MBEDTLS_CAMELLIA_C or MBEDTLS_DES_C
|
||||
*
|
||||
*/
|
||||
#define MBEDTLS_CMAC_C
|
||||
|
|
Loading…
Reference in a new issue