llarp::IdentitySecret

IdentitySecret is a secret key from a service node secret seed.

#include <types.hpp>

Public Functions

Name
IdentitySecret() =default
~IdentitySecret()
IdentitySecret(const IdentitySecret & ) =delete
no copy constructor
IdentitySecret(const byte_t * ) =delete
template <typename fspath_t >
bool
LoadFromFile(const fspath_t & fname)
load service node seed from file
std::string_view ToString() const

Public Functions Documentation

function IdentitySecret

IdentitySecret() =default

function ~IdentitySecret

~IdentitySecret()

function IdentitySecret

explicit IdentitySecret(
    const IdentitySecret & 
) =delete

no copy constructor

function IdentitySecret

explicit IdentitySecret(
    const byte_t * 
) =delete

function LoadFromFile

template <typename fspath_t >
bool LoadFromFile(
    const fspath_t & fname
)

load service node seed from file

function ToString

inline std::string_view ToString() const

Updated on 2026-04-01 at 23:35:39 +0000