Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:12:40

0001 #ifndef crypto_verify_32_H
0002 #define crypto_verify_32_H
0003 
0004 #include <stddef.h>
0005 #include "export.h"
0006 
0007 #ifdef __cplusplus
0008 extern "C" {
0009 #endif
0010 
0011 #define crypto_verify_32_BYTES 32U
0012 SODIUM_EXPORT
0013 size_t crypto_verify_32_bytes(void);
0014 
0015 SODIUM_EXPORT
0016 int crypto_verify_32(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