Electroneum
crypto_verify_32.h
Go to the documentation of this file.
1 #ifndef crypto_verify_32_H
2 #define crypto_verify_32_H
3 
4 #define crypto_verify_32_ref_BYTES 32
5 extern int crypto_verify_32(const unsigned char *,const unsigned char *);
6 
7 #endif
int crypto_verify_32(const unsigned char *, const unsigned char *)