Introduce internal backend header.

And remove commented-out test vectors (moved to tests).
This commit is contained in:
Milan Broz
2019-02-24 17:55:43 +01:00
parent c03e3fe88a
commit 93d596ace2
11 changed files with 53 additions and 335 deletions

View File

@@ -4,6 +4,7 @@ libcrypto_backend_la_CFLAGS = $(AM_CFLAGS) @CRYPTO_CFLAGS@
libcrypto_backend_la_SOURCES = \
lib/crypto_backend/crypto_backend.h \
lib/crypto_backend/crypto_backend_internal.h \
lib/crypto_backend/crypto_cipher_kernel.c \
lib/crypto_backend/crypto_storage.c \
lib/crypto_backend/pbkdf_check.c \