Add missing SODIUM_EXPORT in crypto_stream.h
This commit is contained in:
parent
39a54324fb
commit
d0e84777ab
@ -19,12 +19,15 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
|
#define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
|
||||||
|
SODIUM_EXPORT
|
||||||
size_t crypto_stream_keybytes(void);
|
size_t crypto_stream_keybytes(void);
|
||||||
|
|
||||||
#define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES
|
#define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES
|
||||||
|
SODIUM_EXPORT
|
||||||
size_t crypto_stream_noncebytes(void);
|
size_t crypto_stream_noncebytes(void);
|
||||||
|
|
||||||
#define crypto_stream_PRIMITIVE "xsalsa20"
|
#define crypto_stream_PRIMITIVE "xsalsa20"
|
||||||
|
SODIUM_EXPORT
|
||||||
const char *crypto_stream_primitive(void);
|
const char *crypto_stream_primitive(void);
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user