mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 03:05:43 +01:00
Updated comments for CMAC in config.h
This commit is contained in:
parent
b0c3c43dec
commit
f13d3db373
@ -1674,11 +1674,11 @@
|
|||||||
/**
|
/**
|
||||||
* \def MBEDTLS_CMAC_C
|
* \def MBEDTLS_CMAC_C
|
||||||
*
|
*
|
||||||
* Enable the CMAC mode for 128-bit block cipher.
|
* Enable the CMAC mode for block ciphers.
|
||||||
*
|
*
|
||||||
* Module: library/cmac.c
|
* 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
|
#define MBEDTLS_CMAC_C
|
||||||
|
Loading…
Reference in New Issue
Block a user