stellar-veritas/bundled/cbits/ref10/include/crypto_verify.h

8 lines
225 B
C
Raw Normal View History

2026-01-25 02:27:22 +01:00
#ifndef crypto_verify_16_H
#define crypto_verify_16_H
static inline int crypto_verify_16(const unsigned char *,const unsigned char *);
static inline int crypto_verify_32(const unsigned char *,const unsigned char *);
#endif