Tor 0.4.9.2-alpha-dev
|
#include <crypto_curve25519.h>
Data Fields | |
uint8_t | public_key [CURVE25519_PUBKEY_LEN] |
Wrapper type for a curve25519 public key.
(We define a separate type for these to make it less likely that we'll mistake them for secret keys.)
Definition at line 24 of file crypto_curve25519.h.
uint8_t public_key[CURVE25519_PUBKEY_LEN] |
Definition at line 25 of file crypto_curve25519.h.