diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-27 00:38:03 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-27 00:38:03 +0800 |
commit | 74cad1612f577fd067ca900ab06517c2a260bbe8 (patch) | |
tree | 84cfefd539adb70d1a3eefb1517a0f4bc7aec006 /kex.h | |
parent | 73e22c115c7aa5604c6a2135a5d2c1bc38161cb1 (diff) |
more bits on ecc branch
--HG--
branch : ecc
Diffstat (limited to 'kex.h')
-rw-r--r-- | kex.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,6 +73,11 @@ struct KEXState { }; +#define DH_P_1_LEN 128 +extern const const unsigned char dh_p_1[DH_P_1_LEN]; +#define DH_P_14_LEN 256 +const unsigned char dh_p_14[DH_P_14_LEN] = { + struct kex_dh_param { mp_int pub; mp_int priv; |