Tor 0.4.9.0-alpha-dev
Data Fields
server_onion_keys_t Struct Reference

Data Fields

uint8_t my_identity [DIGEST_LEN]
 
ed25519_public_key_t my_ed_identity
 
crypto_pk_tonion_key
 
crypto_pk_tlast_onion_key
 
struct di_digest256_map_tcurve25519_key_map
 
struct curve25519_keypair_tjunk_keypair
 

Detailed Description

Definition at line 17 of file onion_crypto.h.

Field Documentation

◆ curve25519_key_map

struct di_digest256_map_t* curve25519_key_map

Definition at line 22 of file onion_crypto.h.

◆ junk_keypair

struct curve25519_keypair_t* junk_keypair

Definition at line 23 of file onion_crypto.h.

◆ last_onion_key

crypto_pk_t* last_onion_key

Definition at line 21 of file onion_crypto.h.

◆ my_ed_identity

ed25519_public_key_t my_ed_identity

Definition at line 19 of file onion_crypto.h.

◆ my_identity

uint8_t my_identity[DIGEST_LEN]

Definition at line 18 of file onion_crypto.h.

◆ onion_key

crypto_pk_t* onion_key

Definition at line 20 of file onion_crypto.h.


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