Clarify origin and licensing of TinyCrypt files

This commit is contained in:
Manuel Pégourié-Gonnard 2019-05-09 11:38:19 +02:00
parent afdc1b5cbd
commit 00c99d776a

View file

@ -2257,14 +2257,16 @@
/** /**
* \def MBEDTLS_USE_TINYCRYPT * \def MBEDTLS_USE_TINYCRYPT
* *
* Enable the tinycrypt ECC library. * Enable the TinyCrypt ECC library. This module provides alternative ECC
* handling functions replacing the native Mbed TLS ECP module.
*
* TinyCrypt is a project independent from Mbed TLS, licensed under 3-clause
* BSD, and can be found at https://github.com/intel/tinycrypt - this option
* only enables the ECC modules from TinyCrypt.
* *
* Module: tinycrypt/ecc.c * Module: tinycrypt/ecc.c
* tinycrypt/ecc_dh.c * tinycrypt/ecc_dh.c
* tinycrypt/ecc_dsa.c * tinycrypt/ecc_dsa.c
*
* This module provides alternative ECC handling functions replacing
* native MBEDTLS ECP module.
*/ */
//#define MBEDTLS_USE_TINYCRYPT //#define MBEDTLS_USE_TINYCRYPT