1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures

Add the new modulus and the residue structures with low level I/O operations
This commit is contained in:
Janos Follath
2022-08-23 09:02:43 +01:00
committed by GitHub
15 changed files with 1728 additions and 238 deletions

View File

@ -2013,6 +2013,9 @@
* Enable the multi-precision integer library.
*
* Module: library/bignum.c
* library/bignum_core.c
* library/bignum_mod.c
* library/bignum_mod_raw.c
* Caller: library/dhm.c
* library/ecp.c
* library/ecdsa.c