Electroneum
crypto_verify_32.h File Reference
#include <stddef.h>
#include "export.h"
Include dependency graph for crypto_verify_32.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define crypto_verify_32_BYTES   32U
 

Functions

SODIUM_EXPORT size_t crypto_verify_32_bytes (void)
 
SODIUM_EXPORT int crypto_verify_32 (const unsigned char *x, const unsigned char *y)
 

Macro Definition Documentation

◆ crypto_verify_32_BYTES

#define crypto_verify_32_BYTES   32U

Definition at line 11 of file crypto_verify_32.h.

Function Documentation

◆ crypto_verify_32()

SODIUM_EXPORT int crypto_verify_32 ( const unsigned char *  x,
const unsigned char *  y 
)

◆ crypto_verify_32_bytes()

SODIUM_EXPORT size_t crypto_verify_32_bytes ( void  )