start on ecdsa keys

--HG--
branch : ecc
This commit is contained in:
Matt Johnston
2013-04-09 00:36:04 +08:00
parent 4f07805d0a
commit 7f091e7019
16 changed files with 157 additions and 84 deletions

2
ecc.h
View File

@@ -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;
};