Package Crypto :: Package PublicKey :: Module _slowmath
[hide private]
[frames] | no frames]

Module _slowmath

Pure Python implementation of the RSA-related portions of Crypto.PublicKey._fastmath.
Classes [hide private]
  error
  _RSAKey
  _DSAKey
Functions [hide private]
 
rsa_construct(n, e, d=None, p=None, q=None, u=None)
Construct an RSAKey object
 
dsa_construct(y, g, p, q, x=None)
Variables [hide private]
  __revision__ = '$Id$'
  __package__ = 'Crypto.PublicKey'