Add libsodium to build

This commit is contained in:
Aditya Kulkarni
2019-01-18 14:38:15 -08:00
parent da4b62be9c
commit 2ccf2b5062
79 changed files with 6428 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#ifndef randombytes_salsa20_random_H
#define randombytes_salsa20_random_H
#include "export.h"
#include "randombytes.h"
#ifdef __cplusplus
extern "C" {
#endif
SODIUM_EXPORT
extern struct randombytes_implementation randombytes_salsa20_implementation;
#ifdef __cplusplus
}
#endif
#endif