ltc_dh_set_type can be hidden as well
This commit is contained in:
parent
d22b20833e
commit
91e5e8350b
@ -198,13 +198,6 @@ int katja_import(const unsigned char *in, unsigned long inlen, katja_key *key);
|
|||||||
/* ---- DH Routines ---- */
|
/* ---- DH Routines ---- */
|
||||||
#ifdef LTC_MDH
|
#ifdef LTC_MDH
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
int size;
|
|
||||||
char *name, *base, *prime;
|
|
||||||
} ltc_dh_set_type;
|
|
||||||
|
|
||||||
extern const ltc_dh_set_type ltc_dh_sets[];
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int type;
|
int type;
|
||||||
void *x;
|
void *x;
|
||||||
@ -235,6 +228,13 @@ void dh_free(dh_key *key);
|
|||||||
int dh_export_key(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
|
#ifdef LTC_SOURCE
|
||||||
|
typedef struct {
|
||||||
|
int size;
|
||||||
|
char *name, *base, *prime;
|
||||||
|
} ltc_dh_set_type;
|
||||||
|
|
||||||
|
extern const ltc_dh_set_type ltc_dh_sets[];
|
||||||
|
|
||||||
/* internal helper functions */
|
/* internal helper functions */
|
||||||
int dh_check_pubkey(dh_key *key);
|
int dh_check_pubkey(dh_key *key);
|
||||||
#endif
|
#endif
|
||||||
|
@ -227,7 +227,6 @@ static const crypt_size _crypt_sizes[] = {
|
|||||||
_SZ_STRINGIFY_T(dsa_key),
|
_SZ_STRINGIFY_T(dsa_key),
|
||||||
#endif
|
#endif
|
||||||
#ifdef LTC_MDH
|
#ifdef LTC_MDH
|
||||||
_SZ_STRINGIFY_T(ltc_dh_set_type),
|
|
||||||
_SZ_STRINGIFY_T(dh_key),
|
_SZ_STRINGIFY_T(dh_key),
|
||||||
#endif
|
#endif
|
||||||
#ifdef LTC_MECC
|
#ifdef LTC_MECC
|
||||||
|
Loading…
Reference in New Issue
Block a user