Add new crypto: SHA512 and C25519 -- not integrated yet.

This commit is contained in:
Adam Ierymenko
2013-09-13 15:47:00 -04:00
parent f6ad138561
commit 77965af288
7 changed files with 830 additions and 25 deletions

View File

@ -25,6 +25,8 @@
* LLC. Start here: http://www.zerotier.com/
*/
#include "../version.h"
#include "Constants.hpp"
#include "RuntimeEnvironment.hpp"
#include "Topology.hpp"