From a88b8c8c0f591a3bfa8d7984343a27815184f495 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sun, 29 May 2011 08:16:54 -0400 Subject: Imported Upstream version 1.7.7.1 --- docs/paramiko.PKey-class.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/paramiko.PKey-class.html') diff --git a/docs/paramiko.PKey-class.html b/docs/paramiko.PKey-class.html index a111e17..1759963 100644 --- a/docs/paramiko.PKey-class.html +++ b/docs/paramiko.PKey-class.html @@ -225,7 +225,7 @@ object --+
sign_ssh_data(self, - randpool, + rng, data)
Sign a blob of data with this private key, and return a Message @@ -691,7 +691,7 @@ object --+

sign_ssh_data(self, - randpool, + rng, data)

Parameters:
    -
  • randpool (Crypto.Util.randpool.RandomPool) - a secure random number generator.
  • +
  • rng (Crypto.Util.rng.RandomPool) - a secure random number generator.
  • data (str) - the data to sign.
Returns: Message
@@ -835,7 +835,7 @@ object --+