Updated comments for CMAC in config.h

This commit is contained in:
Brian Murray 2016-05-18 16:05:18 -07:00 committed by Simon Butcher
parent b0c3c43dec
commit f13d3db373

View File

@ -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