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.primes-module.html | 117 +++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 docs/private/paramiko.primes-module.html (limited to 'docs/private/paramiko.primes-module.html') diff --git a/docs/private/paramiko.primes-module.html b/docs/private/paramiko.primes-module.html new file mode 100644 index 0000000..3f2df29 --- /dev/null +++ b/docs/private/paramiko.primes-module.html @@ -0,0 +1,117 @@ + + + + + paramiko.primes + + + + + + + + + + + + + + + + + + +
+ + Package paramiko :: + Module primes +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Module paramiko.primes

+ +Utility functions for dealing with primes. +
+ + + + + + + +
Classes
+ ModulusPackconvenience object for holding the contents of the /etc/ssh/moduli +file, on systems that have such a file.

+ + + + + + + + + + +
Function Summary
 _generate_prime(bits, + randpool) +
+primtive attempt at prime generation
 _roll_random(rpool, + n) +
+returns a random # from 0 to N-1

+ + + + + + +
Function Details
+ + +
+

_generate_prime(bits, + randpool) +

+ primtive attempt at prime generation +
+
+
+ + +
+

_roll_random(rpool, + n) +

+ returns a random # from 0 to N-1 +
+
+
+
+ + + + + + + + + + + + + + + + + + +
Generated by Epydoc 2.1 on Sun Dec 4 11:16:48 2005http://epydoc.sf.net
+ + -- cgit v1.2.3