correct headers

pull/35/head
Jeff Becker 6 years ago
parent e469b55200
commit dccaa77e43
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1,10 +1,18 @@
#include <assert.h>
#include <llarp/crypto.h>
#include <sodium.h>
#include <sodium/crypto_generichash.h>
#include <sodium/crypto_sign.h>
#include <sodium/crypto_scalarmult.h>
#include <sodium/crypto_stream_xchacha20.h>
#include <llarp/crypto.hpp>
#include "mem.hpp"
extern "C"
{
extern int
sodium_init(void);
}
namespace llarp
{
namespace sodium

Loading…
Cancel
Save