Bignum: Extract modular exponentiation from the prototype #6293
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
size-m
Estimated task size: medium (~1w)
Prerequisites: #6015
Extract
mbedtls_mpi_core_exp_mod
from the prototype:https://github.com/hanno-arm/mbedtls/blob/ecp_prototype/library/bignum_core.c#L644-L757
Notable differences to the prototype:
The legacy API should reuse this function as usual.The algorithm has been changed in the prototype, reusing it needs more deliberation and care and has been moved to a separate issue: #6600The text was updated successfully, but these errors were encountered: