mariadb/plugin/auth_ed25519/crypto_hash_sha512.h

3 lines
106 B
C
Raw Normal View History

#include <mysql/service_sha2.h>
#define crypto_hash_sha512(DST,SRC,SLEN) my_sha512(DST,(char*)(SRC),SLEN)