mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
13 lines
179 B
C++
13 lines
179 B
C++
#ifndef LLARP_PATH_TYPES_HPP
|
|
#define LLARP_PATH_TYPES_HPP
|
|
|
|
#include <aligned.hpp>
|
|
#include <crypto.h>
|
|
|
|
namespace llarp
|
|
{
|
|
using PathID_t = AlignedBuffer< PATHIDSIZE >;
|
|
}
|
|
|
|
#endif
|