botan: Add support for Ed25519 keys

This commit is contained in:
Tobias Brunner
2018-10-26 11:06:45 +02:00
parent 5cd24d26e2
commit 4bcc4bacd4
9 changed files with 635 additions and 2 deletions
+1
View File
@@ -619,6 +619,7 @@ static char *whitelist[] = {
"botan_privkey_create_ecdsa",
"botan_privkey_create_ecdh",
"botan_privkey_load_ecdh",
"botan_privkey_load",
};
/**