Electroneum
crypto_verify_32.h
Go to the documentation of this file.
1
#ifndef crypto_verify_32_H
2
#define crypto_verify_32_H
3
4
#include <stddef.h>
5
#include "export.h"
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
#define crypto_verify_32_BYTES 32U
12
SODIUM_EXPORT
13
size_t
crypto_verify_32_bytes
(
void
);
14
15
SODIUM_EXPORT
16
int
crypto_verify_32
(
const
unsigned
char
*x,
const
unsigned
char
*y);
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
crypto_verify_32
int crypto_verify_32(const unsigned char *, const unsigned char *)
crypto_verify_32_bytes
SODIUM_EXPORT size_t crypto_verify_32_bytes(void)
src
crypto
crypto_ops_builder
include
sodium
crypto_verify_32.h
Generated on Sun Mar 10 2024 12:00:00 for Electroneum by
1.8.14