Skip to content
Snippets Groups Projects
Commit 07a5cf28 authored by Robert Ransom's avatar Robert Ransom
Browse files

Describe rend_service_descriptor_t more completely

parent aa900b17
No related branches found
No related tags found
No related merge requests found
......@@ -3463,7 +3463,8 @@ typedef struct rend_intro_point_t {
* key, if this descriptor is V2. */
} rend_intro_point_t;
/** Information used to connect to a hidden service. */
/** Information used to connect to a hidden service. Used on both the
* service side and the client side. */
typedef struct rend_service_descriptor_t {
crypto_pk_env_t *pk; /**< This service's public key. */
int version; /**< Version of the descriptor format: 0 or 2. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment