mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 11:38:42 +00:00
This will be useful for restartable ECDH and ECDSA. Currently they call mbedtls_ecp_gen_keypair(); one could make that one restartable, but that means adding its own sub-context, while ECDH and ECDSA (will) have their own contexts already, so switching to this saves one extra context.