tweetnacl integration

This commit is contained in:
Frank
2014-05-01 21:24:20 +02:00
parent 49f18d55cb
commit e5a294ec02
13 changed files with 1236 additions and 9 deletions

View File

@@ -30,8 +30,13 @@
#else
#include "windows.hpp"
#endif
#ifdef HAVE_LIBSODIUM
# include <sodium.h>
#ifdef HAVE_TWEETNACL
#include "tweetnacl_base.h"
#else
#include "sodium.h"
#endif
#endif