Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / third_party / python / rsa / README.rst
blob9f348636d7a6c73fa7db8686bef677f8b3453e83
1 Pure Python RSA implementation
2 ==============================
4 `Python-RSA`_ is a pure-Python RSA implementation. It supports
5 encryption and decryption, signing and verifying signatures, and key
6 generation according to PKCS#1 version 1.5. It can be used as a Python
7 library as well as on the commandline. The code was mostly written by
8 Sybren A.  Stüvel.
10 Documentation can be found at the Python-RSA homepage:
11 http://stuvel.eu/rsa
13 Download and install using::
15     pip install rsa
17 or::
19     easy_install rsa
21 or download it from the `Python Package Index`_.
23 The source code is maintained in a `Mercurial repository`_ and is
24 licensed under the `Apache License, version 2.0`_
27 .. _`Python-RSA`: http://stuvel.eu/rsa
28 .. _`Mercurial repository`: https://bitbucket.org/sybren/python-rsa
29 .. _`Python Package Index`: http://pypi.python.org/pypi/rsa
30 .. _`Apache License, version 2.0`: http://www.apache.org/licenses/LICENSE-2.0