Add support for secp256k1 arithmetic
This commit is contained in:
parent
c78c8422c2
commit
f51c8fc353
4 changed files with 48 additions and 0 deletions
|
@ -259,6 +259,9 @@
|
|||
#define POLARSSL_ECP_DP_SECP256R1_ENABLED
|
||||
#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_SECP256K1_ENABLED
|
||||
#define POLARSSL_ECP_DP_BP256R1_ENABLED
|
||||
#define POLARSSL_ECP_DP_BP384R1_ENABLED
|
||||
#define POLARSSL_ECP_DP_BP512R1_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue