mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Merge branch 'ecc-devel-mpg' into development
This commit is contained in:
commit
00c1f43743
27 changed files with 3852 additions and 3 deletions
|
|
@ -536,6 +536,43 @@
|
|||
*/
|
||||
#define POLARSSL_DHM_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECDH_C
|
||||
*
|
||||
* Enable the elliptic curve Diffie-Hellman library.
|
||||
*
|
||||
* Module: library/ecdh.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: POLARSSL_ECP_C
|
||||
*/
|
||||
#define POLARSSL_ECDH_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECDSA_C
|
||||
*
|
||||
* Enable the elliptic curve DSA library.
|
||||
*
|
||||
* Module: library/ecdsa.c
|
||||
* Caller:
|
||||
*
|
||||
* Requires: POLARSSL_ECP_C
|
||||
*/
|
||||
#define POLARSSL_ECDSA_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECP_C
|
||||
*
|
||||
* Enable the elliptic curve over GF(p) library.
|
||||
*
|
||||
* Module: library/ecp.c
|
||||
* Caller: library/ecdh.c
|
||||
* library/ecdsa.c
|
||||
*
|
||||
* Requires: POLARSSL_BIGNUM_C
|
||||
*/
|
||||
#define POLARSSL_ECP_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ENTROPY_C
|
||||
*
|
||||
|
|
@ -887,6 +924,7 @@
|
|||
* Caller:
|
||||
*/
|
||||
#define POLARSSL_XTEA_C
|
||||
|
||||
/* \} name */
|
||||
|
||||
#endif /* config.h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue