Add crypto/ directory.

This commit is contained in:
EinMByte 2015-07-28 22:03:39 +02:00
parent 9e5c33bce7
commit b9aebadd46
30 changed files with 30 additions and 26 deletions

View file

@ -4,8 +4,8 @@
#include <inttypes.h>
#include <set>
#include <memory>
#include "aes.h"
#include "hmac.h"
#include "crypto/aes.h"
#include "crypto/hmac.h"
#include "I2NPProtocol.h"
#include "TransportSession.h"
#include "SSUData.h"