Split bignum tests and re-do in python framework #6274
Labels
component-crypto
Crypto primitives and low-level interfaces
enhancement
size-m
Estimated task size: medium (~1w)
A couple of significant changes need to be made to the bignum tests:
bignum_core
,bignum_mod_raw
, etc).We have a PR for Python code to generate the test cases. Once it is merged, the split can be performed, and the test cases for at least the following bignum functions should be revisited:
mbedtls_mpi_core_add_if()
mbedtls_mpi_core_sub()
mbedtls_mpi_core_mla()
mbedtls_mpi_core_montmul()
The text was updated successfully, but these errors were encountered: