Mercurial > dropbear
comparison ecc.h @ 1276:9169e4e7cbee
fix empty C prototypes
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Fri, 01 Jan 2016 16:30:31 +0100 |
parents | 4f3335bba3d9 |
children | 750ec4ec4cbe |
comparison
equal
deleted
inserted
replaced
1275:d49bda490798 | 1276:9169e4e7cbee |
---|---|
18 extern struct dropbear_ecc_curve ecc_curve_nistp256; | 18 extern struct dropbear_ecc_curve ecc_curve_nistp256; |
19 extern struct dropbear_ecc_curve ecc_curve_nistp384; | 19 extern struct dropbear_ecc_curve ecc_curve_nistp384; |
20 extern struct dropbear_ecc_curve ecc_curve_nistp521; | 20 extern struct dropbear_ecc_curve ecc_curve_nistp521; |
21 extern struct dropbear_ecc_curve *dropbear_ecc_curves[]; | 21 extern struct dropbear_ecc_curve *dropbear_ecc_curves[]; |
22 | 22 |
23 void dropbear_ecc_fill_dp(); | 23 void dropbear_ecc_fill_dp(void); |
24 struct dropbear_ecc_curve* curve_for_dp(const ltc_ecc_set_type *dp); | 24 struct dropbear_ecc_curve* curve_for_dp(const ltc_ecc_set_type *dp); |
25 | 25 |
26 /* "pubkey" refers to a point, but LTC uses ecc_key structure for both public | 26 /* "pubkey" refers to a point, but LTC uses ecc_key structure for both public |
27 and private keys */ | 27 and private keys */ |
28 void buf_put_ecc_raw_pubkey_string(buffer *buf, ecc_key *key); | 28 void buf_put_ecc_raw_pubkey_string(buffer *buf, ecc_key *key); |