crypto: Add interface for key derivation functions

This commit is contained in:
Tobias Brunner
2022-04-14 18:54:24 +02:00
parent 8b8a2ee43a
commit 40a09613d2
4 changed files with 155 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ crypto/prf_plus.c crypto/signers/signer.c \
crypto/signers/mac_signer.c crypto/crypto_factory.c crypto/crypto_tester.c \
crypto/diffie_hellman.c crypto/aead.c crypto/transform.c \
crypto/iv/iv_gen.c crypto/iv/iv_gen_rand.c crypto/iv/iv_gen_seq.c \
crypto/iv/iv_gen_null.c \
crypto/iv/iv_gen_null.c crypto/kdfs/kdf.c \
crypto/xofs/xof.c crypto/xofs/xof_bitspender.c \
credentials/credential_factory.c credentials/builder.c \
credentials/cred_encoding.c credentials/keys/private_key.c \