From 176c6caf4ea7918e1698438634b237fab8456471 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:09 -0500 Subject: Imported Upstream version 1.5.2 --- docs/private/paramiko.kex_group1-module.html | 181 +++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 docs/private/paramiko.kex_group1-module.html (limited to 'docs/private/paramiko.kex_group1-module.html') diff --git a/docs/private/paramiko.kex_group1-module.html b/docs/private/paramiko.kex_group1-module.html new file mode 100644 index 0000000..84a44f2 --- /dev/null +++ b/docs/private/paramiko.kex_group1-module.html @@ -0,0 +1,181 @@ + + + + + paramiko.kex_group1 + + + + + + + + + + + + + + + + + + +
+ + Package paramiko :: + Module kex_group1 +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Module paramiko.kex_group1

+ +Standard SSH key exchange ("kex" if you wanna sound cool). +Diffie-Hellman of 1024 bit key halves, using a known "p" prime +and "g" generator. +
+ + + + + + + +
Classes
+ KexGroup1 

+ + + + + + + + + + + + + + +
Variable Summary
int_MSG_KEXDH_INIT = 30                                                                    
int_MSG_KEXDH_REPLY = 31                                                                    
intG = 2                                                                     
longP = 1797693134862315907708391567937874531978602960487560... +

+ + + + + + +
Variable Details
+
+ +

_MSG_KEXDH_INIT

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+30                                                                    
+
+
+
+
+
+ +

_MSG_KEXDH_REPLY

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+31                                                                    
+
+
+
+
+
+ +

G

+
+
+
+
+
Type:
+
+ int + +
+
Value:
+
+
+2                                                                     
+
+
+
+
+
+ +

P

+
+
+
+
+
Type:
+
+ long + +
+
Value:
+
+
+1797693134862315907708391567937874531978602960487560117064444236841971\
+8021615851936894783379586492554150218056548598050364644054819923910005\
+0792877003355816639229553136239076508735759914822574862575007425302077\
+4477125895509579377784244424266173347276292993876687092056060502708108\
+42907692932019128194467627007L                                         
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
Generated by Epydoc 2.1 on Sun Dec 4 11:16:47 2005http://epydoc.sf.net
+ + -- cgit v1.2.3