mariadb/plugin/auth_ed25519/crypto_verify_32.h
Sergei Golubchik 7120118a5e MDEV-12160 Modern alternative to the SHA1 authentication plugin
ED25519 authentication plugin
2017-03-10 18:21:28 +01:00

2 lines
105 B
C

#define crypto_verify_32 crypto_verify
int crypto_verify(const unsigned char *x,const unsigned char *y);