mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-12 06:52:23 +02:00
This no longer makes sense since pre-computed multiples of the base point are now static. The function was not doing anything since `grp.T` was set to `NULL` when exiting `ecp_mul_comb()` anyway. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>