crypto: Add ed25519 implementation from OpenSSH.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Aris Adamantiadis
2014-08-07 09:01:27 +02:00
committed by Andreas Schneider
parent e9b2d164e0
commit 93e82fa0c0
12 changed files with 2507 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#define WRAPPER_H_
#include "config.h"
#include "libssh/libssh.h"
#include "libssh/libcrypto.h"
#include "libssh/libgcrypt.h"