Tor 0.4.9.0-alpha-dev
Data Fields
hs_service_keys_t Struct Reference

#include <hs_service.h>

Data Fields

ed25519_public_key_t identity_pk
 
ed25519_secret_key_t identity_sk
 
unsigned int is_identify_key_offline: 1
 

Detailed Description

Service key material.

Definition at line 186 of file hs_service.h.

Field Documentation

◆ identity_pk

ed25519_public_key_t identity_pk

◆ identity_sk

ed25519_secret_key_t identity_sk

Master identity private key.

Definition at line 190 of file hs_service.h.

Referenced by build_service_desc_keys().

◆ is_identify_key_offline

unsigned int is_identify_key_offline

True iff the key is kept offline which means the identity_sk MUST not be used in that case.

Definition at line 193 of file hs_service.h.


The documentation for this struct was generated from the following file: