diff options
Diffstat (limited to 'dh_groups.h')
-rw-r--r-- | dh_groups.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dh_groups.h b/dh_groups.h new file mode 100644 index 0000000..b210def --- /dev/null +++ b/dh_groups.h @@ -0,0 +1,11 @@ +#ifndef DROPBEAR_DH_GROUPS_H +#define DROPBEAR_DH_GROUPS_H + +#define DH_P_1_LEN 128 +extern const unsigned char dh_p_1[DH_P_1_LEN]; +#define DH_P_14_LEN 256 +extern const unsigned char dh_p_14[DH_P_14_LEN]; +extern const int DH_G_VAL; + + +#endif |