re-factor dh_export_radix() to dh_export_key()

This commit is contained in:
Steffen Jaeckel
2017-06-27 22:09:21 +02:00
parent f226efc9a9
commit c493a2a0a3
3 changed files with 9 additions and 45 deletions
+2 -3
View File
@@ -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 */