Skip to content

Commit f7c7496

Browse files
committed
Update KBKDF implementation to directly call wolfcrypt for CMAC and HMAC, do not use EVP.
1 parent 3a076dd commit f7c7496

2 files changed

Lines changed: 220 additions & 99 deletions

File tree

include/wolfprovider/alg_funcs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
#include <wolfssl/wolfcrypt/kdf.h>
5151
#endif
5252

53+
#include <wolfprovider/settings.h>
5354
#include <wolfprovider/internal.h>
5455
#include <wolfprovider/wp_logging.h>
5556

0 commit comments

Comments
 (0)