Skip to content

Commit

Permalink
Better describe why this library exists. Refs #5
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 11, 2013
1 parent 7ad6a1d commit 9f3468d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@ recipes to Python developers.

It is currently in early development and isn't recommended for general usage
yet. It targets Python 2.6-2.7, Python 3.2+, as well as PyPy.

Why a new crypto library for Python?
------------------------------------

None of the existing ones work on PyPy, and many of them are unmaintained or
are based around very poor implementations of algorithms (i.e ones with known
side-channel attacks).
13 changes: 13 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Welcome to ``cryptography``
``cryptography`` is a Python library which exposes cryptographic primitives and
recipes.

Why a new crypto library for Python?
------------------------------------

We wanted to address a few issues with existing cryptography libraries in
Python:

* Lack of PyPy support
* Lack of maintenance
* Use poor implementations of algorithms (i.e. ones with known side-channel
attacks)
* Lack of high level, "Cryptography for humans", APIs


Contents:

.. toctree::
Expand Down

0 comments on commit 9f3468d

Please sign in to comment.