|
Tor 0.5.0.0-alpha-dev
|
Data Fields | |
| uint8_t | my_identity [DIGEST_LEN] |
| ed25519_public_key_t | my_ed_identity |
| crypto_pk_t * | onion_key |
| crypto_pk_t * | last_onion_key |
| struct di_digest256_map_t * | curve25519_key_map |
| struct curve25519_keypair_t * | junk_keypair |
Definition at line 18 of file onion_crypto.h.
| struct di_digest256_map_t* curve25519_key_map |
Definition at line 23 of file onion_crypto.h.
| struct curve25519_keypair_t* junk_keypair |
Definition at line 24 of file onion_crypto.h.
| crypto_pk_t* last_onion_key |
Definition at line 22 of file onion_crypto.h.
| ed25519_public_key_t my_ed_identity |
Definition at line 20 of file onion_crypto.h.
| uint8_t my_identity[DIGEST_LEN] |
Definition at line 19 of file onion_crypto.h.
| crypto_pk_t* onion_key |
Definition at line 21 of file onion_crypto.h.