You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/llarp/path_types.hpp

13 lines
191 B
C++

#ifndef LLARP_PATH_TYPES_HPP
#define LLARP_PATH_TYPES_HPP
#include <llarp/crypto.h>
#include <llarp/aligned.hpp>
namespace llarp
{
using PathID_t = AlignedBuffer< PATHIDSIZE >;
}
#endif