mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 10:02:57 +00:00
This should only be done in the top-level function. Also, we need to know if we indeed are the top-level function or not: for example, when mbedtls_ecp_muladd() calls mbedtls_ecp_mul(), the later should not reset ops_done. This is handled by the "depth" parameter in the restart context.