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
commit 645ff5b8ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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