mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Refactor crypto.[ch] into smaller HKDF module.
Add two new files (crypto_hkdf.c, crypto_hkdf.h) as new module of crypto.[ch]. This new module includes all functions and dependencies related to HKDF operations. Those have been removed from crypto.[ch]. Follows #24658. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
@@ -118,6 +118,7 @@ LIBOR_CRYPTO_A_SRC = \
|
||||
src/common/crypto_dh.c \
|
||||
src/common/crypto_digest.c \
|
||||
src/common/crypto_format.c \
|
||||
src/common/crypto_hkdf.c \
|
||||
src/common/crypto_openssl_mgt.c \
|
||||
src/common/crypto_pwbox.c \
|
||||
src/common/crypto_rand.c \
|
||||
@@ -175,6 +176,7 @@ COMMONHEADERS = \
|
||||
src/common/crypto_curve25519.h \
|
||||
src/common/crypto_ed25519.h \
|
||||
src/common/crypto_format.h \
|
||||
src/common/crypto_hkdf.h \
|
||||
src/common/crypto_openssl_mgt.h \
|
||||
src/common/crypto_pwbox.h \
|
||||
src/common/crypto_rand.h \
|
||||
|
||||
Reference in New Issue
Block a user