mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 11:05:47 +01:00
Add documentation for MBEDTLS_USE_TINYCRYPT
Add documentation about requiring the usage of a single EC and an external RNG-function.
This commit is contained in:
parent
19bf09ee92
commit
b4983468e1
@ -2536,6 +2536,15 @@
|
||||
* BSD, and can be found at https://github.com/intel/tinycrypt - this option
|
||||
* only enables the ECC modules from TinyCrypt.
|
||||
*
|
||||
* Requires: MBEDTLS_SSL_CONF_RNG
|
||||
* MBEDTLS_SSL_CONF_SINGLE_EC
|
||||
* MBEDTLS_SSL_CONF_SINGLE_EC_TLS_ID == 23
|
||||
* MBEDTLS_SSL_CONF_SINGLE_EC_GRP_ID == MBEDTLS_ECP_DP_SECP256R1
|
||||
*
|
||||
* \see MBEDTLS_SSL_CONF_RNG
|
||||
*
|
||||
* \see MBEDTLS_SSL_CONF_SINGLE_EC
|
||||
*
|
||||
* Module: tinycrypt/ecc.c
|
||||
* tinycrypt/ecc_dh.c
|
||||
* tinycrypt/ecc_dsa.c
|
||||
|
Loading…
Reference in New Issue
Block a user