mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-06 20:33:02 +00:00
Make verify_restartable() actually restartable
This commit is contained in:
@@ -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() */
|
||||
|
||||
Reference in New Issue
Block a user