Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
7 stars 7 forks source link

Introduce PSA_CRYPTO_ECP_WITH_MPI_UINT config option #96

Open tom-daubney-arm opened 7 months ago

tom-daubney-arm commented 7 months ago

Fixes #56

tom-daubney-arm commented 7 months ago

Regarding the tests: I have compared the results from running component_test_default_gcc_asan_new_bignum in TF-PSA-Crypto with the results from the equivalent component in Mbed TLS and all the test suites that I expect to run are running. Additionally I have taken a look at the dependencies for the tests which depend on TF_PSA_CRYPTO_ECP_WITH_MPI_UINT and they also appear correct to me. Therefore, I believe everything is in order, and that this PR is ready for review.