|
static uint32_t | get_ecdh_shared_key_size () |
|
static uint32_t | ecdh_shared_key (const uint8_t *skey, uint32_t skey_size, const uint8_t *public_key, uint32_t pkey_size, uint8_t *shared_key, uint32_t shared_key_size) |
|
template<typename BytesType > |
static uint32_t | ecdh_shared_key (const BytesType &skey, const BytesType &public_key, BytesType &shared_key) |
|
The documentation for this struct was generated from the following file: