mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
7120118a5e
ED25519 authentication plugin
5 lines
104 B
C
5 lines
104 B
C
#include <stdint.h>
|
|
#include <sys/types.h>
|
|
typedef int64_t crypto_int64;
|
|
|
|
#define select ed25519_select
|