llarp::service::EncryptedName

Public Functions

Name
std::optional< Address > Decrypt(std::string_view name) const

Public Attributes

Name
SymmNonce nonce
std::string ciphertext

Public Functions Documentation

function Decrypt

std::optional< Address > Decrypt(
    std::string_view name
) const

Public Attributes Documentation

variable nonce

SymmNonce nonce;

variable ciphertext

std::string ciphertext;

Updated on 2026-01-10 at 22:49:45 +0000