summaryrefslogtreecommitdiff
path: root/plugin/auth_ed25519/ref10/api.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-03-05 16:18:16 +0100
committerSergei Golubchik <serg@mariadb.org>2017-03-10 18:21:28 +0100
commit7120118a5e97477778715ebdc8e4fba548a6dc87 (patch)
treee1f4c8108c21feab6a942faeda8addb901c98bfd /plugin/auth_ed25519/ref10/api.h
parent269ab56f8b4056ec63e712ba305761dd835ea10e (diff)
downloadmariadb-git-7120118a5e97477778715ebdc8e4fba548a6dc87.tar.gz
MDEV-12160 Modern alternative to the SHA1 authentication plugin
ED25519 authentication plugin
Diffstat (limited to 'plugin/auth_ed25519/ref10/api.h')
-rw-r--r--plugin/auth_ed25519/ref10/api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/auth_ed25519/ref10/api.h b/plugin/auth_ed25519/ref10/api.h
new file mode 100644
index 00000000000..d88dae0c32c
--- /dev/null
+++ b/plugin/auth_ed25519/ref10/api.h
@@ -0,0 +1,4 @@
+#define CRYPTO_SECRETKEYBYTES 64
+#define CRYPTO_PUBLICKEYBYTES 32
+#define CRYPTO_BYTES 64
+#define CRYPTO_DETERMINISTIC 1