|
unbound 0.1
|
Data Fields | |
| uint8_t | nonce [crypto_box_HALF_NONCEBYTES] |
| the nonce used by the client | |
| uint8_t | magic_query [DNSCRYPT_MAGIC_HEADER_LEN] |
| the client_magic used by the client, this is associated to 1 cert only | |
| uint8_t | client_publickey [crypto_box_PUBLICKEYBYTES] |
| the client public key | |
| struct lruhash_entry | entry |
| the hash table entry, data is uint8_t | |