File indexing completed on 2025-01-18 10:12:40
0001 #ifndef crypto_verify_16_H
0002 #define crypto_verify_16_H
0003
0004 #include <stddef.h>
0005 #include "export.h"
0006
0007 #ifdef __cplusplus
0008 extern "C" {
0009 #endif
0010
0011 #define crypto_verify_16_BYTES 16U
0012 SODIUM_EXPORT
0013 size_t crypto_verify_16_bytes(void);
0014
0015 SODIUM_EXPORT
0016 int crypto_verify_16(const unsigned char *x, const unsigned char *y)
0017 __attribute__ ((warn_unused_result)) __attribute__ ((nonnull));
0018
0019 #ifdef __cplusplus
0020 }
0021 #endif
0022
0023 #endif