botan: Implement prf+ via Botan's HKDF implementation

This commit is contained in:
Tobias Brunner
2022-04-14 19:02:56 +02:00
parent f535f1ed53
commit cb8f924051
17 changed files with 257 additions and 12 deletions
+1
View File
@@ -637,6 +637,7 @@ static char *whitelist[] = {
"botan_privkey_create",
"botan_privkey_load_ecdh",
"botan_privkey_load",
"botan_kdf",
};
/**