commit | 477dce15bca9e4a20f9e06d4ad71a9a45fa6974f | [log] [tgz] |
---|---|---|
author | Rose Zadik <rose.zadik@arm.com> | Tue Apr 17 16:31:22 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Apr 17 16:31:22 2018 +0100 |
tree | d6b841ccb0413c9ce270ba951acd0157a9814a84 | |
parent | ef8717984218f9a7d62f121ebb69b6c0219585b7 [diff] [blame] |
Update ccm.h updated brief desc.
diff --git a/include/mbedtls/ccm.h b/include/mbedtls/ccm.h index 8f252c4..40ee1b3 100644 --- a/include/mbedtls/ccm.h +++ b/include/mbedtls/ccm.h
@@ -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.