libsignal-protocol-c
master
crypto_verify_32.h
1
#ifndef crypto_verify_32_H
2
#define crypto_verify_32_H
3
4
#define crypto_verify_32_ref_BYTES 32
5
#ifdef __cplusplus
6
#include <string>
7
extern
"C"
{
8
#endif
9
extern
int
crypto_verify_32_ref(
const
unsigned
char
*,
const
unsigned
char
*);
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#define crypto_verify_32 crypto_verify_32_ref
15
#define crypto_verify_32_BYTES crypto_verify_32_ref_BYTES
16
#define crypto_verify_32_IMPLEMENTATION "crypto_verify/32/ref"
17
#ifndef crypto_verify_32_ref_VERSION
18
#define crypto_verify_32_ref_VERSION "-"
19
#endif
20
#define crypto_verify_32_VERSION crypto_verify_32_ref_VERSION
21
22
#endif
src
curve25519
ed25519
nacl_includes
crypto_verify_32.h
Generated by
1.8.13