/usr/lib64/python2.6/site-packages/M2Crypto/PGP
Edit: /usr/lib64/python2.6/site-packages/M2Crypto/PGP/RSA.pyc (1567B)
Ñò
÷ÌJc @ sp d Z d d k Z d d k l Z l Z e Z [ d e i f d „ ƒ YZ d e i f d „ ƒ YZ d „ Z d S( sP M2Crypto PGP2 RSA.
Copyright (c) 1999-2003 Ng Pheng Siong. All rights reserved.iÿÿÿÿN( t m2t RSAR c B s e Z RS( ( t __name__t
__module__( ( ( s6 /usr/lib64/python2.6/site-packages/M2Crypto/PGP/RSA.pyR s t RSA_pubc B s e Z RS( ( R R ( ( ( s6 /usr/lib64/python2.6/site-packages/M2Crypto/PGP/RSA.pyR s c C sa | \ } } d d k } | i d t ƒ t i ƒ } t i | | ƒ t i | | ƒ t | d ƒ S( sM
Factory function that instantiates an RSA_pub object from a (e, n) tuple.
'e' is the RSA public exponent; it is a string in OpenSSL's binary format,
i.e., a number of bytes in big-endian.
'n' is the RSA composite of primes; it is a string in OpenSSL's binary format,
i.e., a number of bytes in big-endian.
iÿÿÿÿNsV Deprecated. No maintainer for PGP. If you use this, please inform M2Crypto maintainer.i ( t warningst warnt DeprecationWarningR t rsa_newt
rsa_set_e_bint
rsa_set_n_binR ( t .0t et nR t rsa( ( s6 /usr/lib64/python2.6/site-packages/M2Crypto/PGP/RSA.pyt new_pub_key s
( t __doc__t syst M2CryptoR R t _RSAR R ( ( ( s6 /usr/lib64/python2.6/site-packages/M2Crypto/PGP/RSA.pyt
s