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