summaryrefslogtreecommitdiff
path: root/plugin/auth_ed25519/crypto_hash_sha512.h
blob: a1be896f9111bb39c4d9b749262e20cc5c6c24af (plain)
1
2
#include <mysql/service_sha2.h>
#define crypto_hash_sha512(DST,SRC,SLEN) my_sha512(DST,(char*)(SRC),SLEN)