Skip to content

Commit

Permalink
Document architecture changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 8, 2013
1 parent 196515a commit 5e7926f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Architecture

``cryptography`` has three different layers:

* ``cryptography.c``: This package contains bindings to low level cryptographic
libraries. Our initial target will be OpenSSL.
* ``cryptography.bindings``: This package contains bindings to low level
cryptographic libraries. Our initial target will be OpenSSL.
* ``cryptography.primitives``: This packages contains low level algorithms,
things like ``AES`` or ``SHA1``. This is implemented on top of
``cryptography.c``.
``cryptography.bindings``.
* ``cryptography``: This package contains higher level recipes, for example
"encrypt and then MAC". This is implemented on top of
``cryptography.primitives``.

0 comments on commit 5e7926f

Please sign in to comment.