Mercurial > dropbear
comparison ecc.h @ 1342:8747c2b19152
merge 2017.75
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 18 May 2017 22:59:38 +0800 |
parents | 750ec4ec4cbe |
children | 06d52bcb8094 |
comparison
equal
deleted
inserted
replaced
1341:ab35a9ccc2eb | 1342:8747c2b19152 |
---|---|
4 #include "includes.h" | 4 #include "includes.h" |
5 #include "options.h" | 5 #include "options.h" |
6 | 6 |
7 #include "buffer.h" | 7 #include "buffer.h" |
8 | 8 |
9 #ifdef DROPBEAR_ECC | 9 #if DROPBEAR_ECC |
10 | 10 |
11 struct dropbear_ecc_curve { | 11 struct dropbear_ecc_curve { |
12 int ltc_size; /* to match the byte sizes in ltc_ecc_sets[] */ | 12 int ltc_size; /* to match the byte sizes in ltc_ecc_sets[] */ |
13 const ltc_ecc_set_type *dp; /* curve domain parameters */ | 13 const ltc_ecc_set_type *dp; /* curve domain parameters */ |
14 const struct ltc_hash_descriptor *hash_desc; | 14 const struct ltc_hash_descriptor *hash_desc; |