diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/auth_ed25519/crypto_verify.h | 1 |
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); |