X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl.h;h=4f4797cf7937dbdc1a2893c43fe8ce8df400680f;hp=3d5e63abdb05975fbd6f175b4f047bf572b13b63;hb=4b6046412bf927d6424f20fc7ee495bb96dbd227;hpb=af9c79a0710a45361f9ae4313f8bb5bf738c3b7a;ds=sidebyside diff --git a/inc/bearssl.h b/inc/bearssl.h index 3d5e63a..4f4797c 100644 --- a/inc/bearssl.h +++ b/inc/bearssl.h @@ -39,6 +39,7 @@ * | :-------------- | :------------------------------------------------ | * | bearssl_hash.h | Hash functions | * | bearssl_hmac.h | HMAC | + * | bearssl_kdf.h | Key Derivation Functions | * | bearssl_rand.h | Pseudorandom byte generators | * | bearssl_prf.h | PRF implementations (for SSL/TLS) | * | bearssl_block.h | Symmetric encryption | @@ -125,6 +126,7 @@ #include "bearssl_hash.h" #include "bearssl_hmac.h" +#include "bearssl_kdf.h" #include "bearssl_rand.h" #include "bearssl_prf.h" #include "bearssl_block.h"