Add support for secp224k1
This commit is contained in:
parent
9bcff3905b
commit
18e3ec9b4d
3 changed files with 43 additions and 1 deletions
|
@ -260,7 +260,7 @@
|
|||
#define POLARSSL_ECP_DP_SECP384R1_ENABLED
|
||||
#define POLARSSL_ECP_DP_SECP521R1_ENABLED
|
||||
//#define POLARSSL_ECP_DP_SECP192K1_ENABLED // Not implemented yet!
|
||||
//#define POLARSSL_ECP_DP_SECP224K1_ENABLED // Not implemented yet!
|
||||
#define POLARSSL_ECP_DP_SECP224K1_ENABLED
|
||||
#define POLARSSL_ECP_DP_SECP256K1_ENABLED
|
||||
#define POLARSSL_ECP_DP_BP256R1_ENABLED
|
||||
#define POLARSSL_ECP_DP_BP384R1_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue