libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / include / sodium / crypto_verify_32.h
blobf3ada2306231dbc6290cfb3abc364762192c66a1
1 #ifndef crypto_verify_32_H
2 #define crypto_verify_32_H
4 #include <stddef.h>
5 #include "export.h"
7 #define crypto_verify_32_BYTES 32U
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
13 SODIUM_EXPORT
14 size_t crypto_verify_32_bytes(void);
16 SODIUM_EXPORT
17 int crypto_verify_32(const unsigned char *x, const unsigned char *y);
19 #define crypto_verify_32_ref crypto_verify_32
21 #ifdef __cplusplus
23 #endif
25 #endif