YPC  0.2.0
Static Public Member Functions | List of all members
ypc::crypto::internal::ecc_impl< EC > Class Template Reference
Inheritance diagram for ypc::crypto::internal::ecc_impl< EC >:
Inheritance graph
[legend]

Static Public Member Functions

static uint32_t get_private_key_size ()
 
static uint32_t get_public_key_size ()
 
static uint32_t gen_private_key (uint32_t skey_size, uint8_t *skey)
 
template<typename BytesType >
static uint32_t gen_private_key (BytesType &skey)
 
static uint32_t generate_pkey_from_skey (const uint8_t *skey, uint32_t skey_size, uint8_t *pkey, uint32_t pkey_size)
 
template<typename BytesType >
static uint32_t generate_pkey_from_skey (const BytesType &skey, BytesType &pkey)
 

The documentation for this class was generated from the following file: