summaryrefslogtreecommitdiffstats
path: root/plugin/auth_ed25519/crypto_verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_ed25519/crypto_verify.h')
-rw-r--r--plugin/auth_ed25519/crypto_verify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/auth_ed25519/crypto_verify.h b/plugin/auth_ed25519/crypto_verify.h
new file mode 100644
index 00000000..33e11b1e
--- /dev/null
+++ b/plugin/auth_ed25519/crypto_verify.h
@@ -0,0 +1 @@
+int crypto_verify(const unsigned char *x,const unsigned char *y);