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:
Janos Follath 2022-08-09 13:34:54 +01:00
parent 3ca0775e59
commit 0ded631879
6 changed files with 95 additions and 46 deletions

View file

@ -85,6 +85,7 @@ OBJS_CRYPTO= \
bignum.o \
bignum_new.o \
bignum_core.o \
bignum_mod_raw.o \
camellia.o \
ccm.o \
chacha20.o \