mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Introduce new files rsa_internal.[ch] for RSA helper functions
This commit splits off the RSA helper functions into separate headers and compilation units to have a clearer separation of the public RSA interface, intended to be used by end-users, and the helper functions which are publicly provided only for the benefit of designers of alternative RSA implementations.
This commit is contained in:
parent
04877a48d4
commit
a565f54c4c
8 changed files with 700 additions and 631 deletions
|
|
@ -48,6 +48,7 @@ set(src_crypto
|
|||
platform.c
|
||||
ripemd160.c
|
||||
rsa.c
|
||||
rsa_internal.c
|
||||
sha1.c
|
||||
sha256.c
|
||||
sha512.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue