Skip to content

Commit

Permalink
Add note about supported Pythons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayrx committed Jan 17, 2015
1 parent ce1b624 commit bddadf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ AES_128_CBC_HMAC_SHA_256. If more flexibility is required, I highly recommend
using the [PyCA cryptography library](https://github.com/pyca/cryptography)
that provides the cryptographic primitives python-aead uses.

python-aead supports and is tested against Python versions 2.6 - 3.4 as well as PyPy.

# How to use

python-aead aims to provide a very simple interface. The module contains a
Expand Down

0 comments on commit bddadf7

Please sign in to comment.