mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 14:37:10 +00:00
Bignum: extract bignum_mod_raw.h functions
Extract functions declared in bignum_mod_raw.h into a source file with a matching name. We are doing this because: - This is a general best practice/convention - We hope that this will make resolving merge conflicts in the future easier - Having them in a unified source file is a premature optimisation at this point Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
3ca0775e59
commit
0ded631879
6 changed files with 95 additions and 46 deletions
|
|
@ -2012,6 +2012,7 @@
|
|||
* Module: library/bignum.c
|
||||
* library/bignum_new.c
|
||||
* library/bignum_core.c
|
||||
* library/bignum_mod_raw.c
|
||||
* Caller: library/dhm.c
|
||||
* library/ecp.c
|
||||
* library/ecdsa.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue