Make verify_restartable() actually restartable
This commit is contained in:
parent
a0c5bcc2bc
commit
5314f234ca
4 changed files with 56 additions and 9 deletions
|
@ -201,6 +201,7 @@ typedef struct
|
|||
/*
|
||||
* Operation counts for restartable functions
|
||||
*/
|
||||
#define MBEDTLS_ECP_OPS_CHK 3 /*!< basic ops count for ecp_check_pubkey() */
|
||||
#define MBEDTLS_ECP_OPS_DBL 8 /*!< basic ops count for ecp_double_jac() */
|
||||
#define MBEDTLS_ECP_OPS_ADD 11 /*!< basic ops count for see ecp_add_mixed() */
|
||||
#define MBEDTLS_ECP_OPS_INV 120 /*!< empirical equivalent for mpi_mod_inv() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue