You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PSA_CRYPTO_MPI_WINDOW_SIZE/MAX_SIZE config options and their documentations at the end of the section "PSA driver interface implementation configuration options" of crypto_config.h. Similar to MBEDTLS_MPI_WINDOW_SIZE/MAX_SIZE in mbedtls. Not defined by default, default values, 2 and 1024.
Add test_no_udbl_division, test_no_64bit_multiplication, test_m32_o0, test_m32_o2, test_mx32, test_min_mpi_window_size, test_have_int32, test_have_int64 test components similar to the mbedtls ones.
Check that the test components do what they intend to do and give evidence of this in this issue or the associated PR for the benefit of reviewers
Notes:
MBEDTLS_HAVE_INT32/64 are not configuration options, just compilation flags in mbedtls, let's keep them as they are in psa-crypto at least for the time being.
Notes:
Depends on:
The text was updated successfully, but these errors were encountered: