lokinet/llarp/path_types.hpp

13 lines
179 B
C++
Raw Normal View History

2018-06-10 14:05:48 +00:00
#ifndef LLARP_PATH_TYPES_HPP
#define LLARP_PATH_TYPES_HPP
#include <aligned.hpp>
#include <crypto.h>
2018-06-10 14:05:48 +00:00
namespace llarp
{
using PathID_t = AlignedBuffer< PATHIDSIZE >;
2018-06-10 14:05:48 +00:00
}
#endif