commit | 08f3ef1861478587211971494541a6b0e97cfdc7 | [log] [tgz] |
---|---|---|
author | Nicholas Wilson <nicholas.wilson@realvnc.com> | Tue Nov 10 13:10:01 2015 +0000 |
committer | Nicholas Wilson <nicholas.wilson@realvnc.com> | Thu Mar 29 14:29:06 2018 +0100 |
tree | fcbd1e6bd18fda83623fd12f8cb39e56d8660c58 | |
parent | 90226be77957608b89f409ad851c4e79c46849a1 [diff] [blame] |
Basic support for Curve448, similar to the current level of support for Curve25519
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 48c32d4..9585e69 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -609,6 +609,7 @@ #define MBEDTLS_ECP_DP_BP384R1_ENABLED #define MBEDTLS_ECP_DP_BP512R1_ENABLED #define MBEDTLS_ECP_DP_CURVE25519_ENABLED +#define MBEDTLS_ECP_DP_CURVE448_ENABLED /** * \def MBEDTLS_ECP_NIST_OPTIM