A self-contained cryptographic library for Python https://www.pycryptodome.org
Find a file
2015-02-10 22:29:40 +01:00
Doc Link to github ribbon uses HTTPS 2014-07-14 12:20:39 +02:00
lib/Crypto Ensure that all data passed to C backend is byte strings 2015-02-10 22:29:40 +01:00
src Fix build on Windows and Python3 2015-02-09 14:51:01 +01:00
.gitignore Update VCS ignore files 2014-06-16 22:00:03 +02:00
.travis.yml pip has problems with python 3.1 (skip cffi for now) 2015-01-10 12:03:06 +01:00
AUTHORS.rst Update documentation 2014-06-16 21:43:19 +02:00
Changelog.rst Update to Changelog 2015-02-01 21:45:31 +01:00
FuturePlans.rst Update future plans and change log 2015-01-10 14:25:42 +01:00
INSTALL.rst Update to docs 2014-12-06 12:04:12 +01:00
LICENSE.rst Start licensing under BSD 2-Clause 2014-06-23 22:23:38 +02:00
MANIFEST.in Move LEGAL into Doc directory 2014-06-23 22:43:00 +02:00
mr_probability.py Show MR probability also for bits=100 2014-12-06 12:04:11 +01:00
pct-speedtest.py Make benchmark script work again 2015-01-10 21:47:35 +01:00
README.rst Add Travis badge 2014-06-29 12:24:25 +02:00
setup.py Make modules to compile again with MSVC 2015-02-02 21:40:34 +01:00
travis_install.sh Log all installed Python packaged in Travis 2015-02-03 15:57:09 +00:00

.. image:: https://travis-ci.org/Legrandin/pycryptodome.svg?branch=master
   :target: https://travis-ci.org/Legrandin/pycryptodome

PyCryptodome
============

PyCryptodome is a self-contained Python package of low-level
cryptographic primitives. It is a fork of PyCrypto.

It supports Python 2.4 or newer, all Python 3 versions and PyPy.

For more information, see the `homepage`_.

.. _`homepage`: http://www.pycryptodome.org