mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
7120118a5e
ED25519 authentication plugin
2 lines
106 B
C
2 lines
106 B
C
#include <mysql/service_sha2.h>
|
|
#define crypto_hash_sha512(DST,SRC,SLEN) my_sha512(DST,(char*)(SRC),SLEN)
|