YPC  0.2.0
Public Types | Static Public Member Functions | List of all members
ypc::crypto::internal::ecdh_impl< ECDH > Struct Template Reference
Inheritance diagram for ypc::crypto::internal::ecdh_impl< ECDH >:
Inheritance graph
[legend]

Public Types

typedef ECDH ecdh_t
 

Static Public Member Functions

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: