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/llarp/service/vanity.hpp

17 lines
275 B
C++

#ifndef LLARP_SERVICE_VANITY_HPP
#define LLARP_SERVICE_VANITY_HPP
#include <llarp/util/aligned.hpp>
namespace llarp
{
namespace service
{
/// hidden service address
using VanityNonce = AlignedBuffer<16>;
} // namespace service
} // namespace llarp
#endif