mbedtls/include
Gilles Peskine 053022fe24 Reduce the size of mbedtls_mpi
Reduce the size of mbedtls_mpi from 3 words to 2 on most architectures.

This also reduces the code size significantly in bignum.o and ecp_curves.o,
with negligible variations in other modules.

This removes the ability to set MBEDTLS_MPI_MAX_LIMBS to a value >=65536,
but we don't support customizing this value anyway (it's always 10000).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-06-29 19:33:44 +02:00
..
mbedtls Reduce the size of mbedtls_mpi 2023-06-29 19:33:44 +02:00
psa Add PSA_JPAKE_FINISHED to EXPECTED_{IN,OUT}PUTS() 2023-06-27 10:30:28 +01:00
.gitignore
CMakeLists.txt