re-factor dh_export_radix() to dh_export_key()
This commit is contained in:
@@ -236,9 +236,8 @@ int dh_shared_secret(dh_key *private_key, dh_key *public_key,
|
||||
|
||||
void dh_free(dh_key *key);
|
||||
|
||||
int dh_export_radix(int radix,
|
||||
void *out, unsigned long *outlen,
|
||||
int type, dh_key *key);
|
||||
int dh_export_key(void *out, unsigned long *outlen,
|
||||
int type, dh_key *key);
|
||||
|
||||
#ifdef LTC_SOURCE
|
||||
/* internal helper functions */
|
||||
|
||||
Reference in New Issue
Block a user