diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-09 00:36:04 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-09 00:36:04 +0800 |
commit | da9eb9946aa0ef4bcfdb2cee5da56cb2db518d3d (patch) | |
tree | d44224f00873a70204fb554a026c0154d21019d0 /ecc.h | |
parent | 8a479734d84a64315bc0ade6b2831f6a549e0dba (diff) | |
download | dropbear-da9eb9946aa0ef4bcfdb2cee5da56cb2db518d3d.tar.gz |
start on ecdsa keys
Diffstat (limited to 'ecc.h')
-rw-r--r-- | ecc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ struct dropbear_ecc_curve { const ltc_ecc_set_type *dp; // curve domain parameters - const struct ltc_hash_descriptor *hash_desc; + const struct ltc_hash_descriptor *hashdesc; const char *name; }; |