diff options
author | Mouse <[email protected]> | 2015-08-14 16:17:17 -0400 |
---|---|---|
committer | Mouse <[email protected]> | 2015-08-14 16:17:17 -0400 |
commit | c6cabf6032b4de38eef827b15abc724190c26ca1 (patch) | |
tree | af3cc7a1e9aebd308359d928ef14cd9109e66d4f | |
parent | 51a7d9bffb7b0d409b624b8589d0011eca50917a (diff) |
Update readme.rst
-rw-r--r-- | readme.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst index a246d4337..b4a88d185 100644 --- a/readme.rst +++ b/readme.rst @@ -1,6 +1,12 @@ Botan: Crypto and TLS for C++11 ======================================== +### What is different about this fork + +This work has been introduced primarily to deal with Python, particularly Python-3 compatibility. +Currently it updated only one file: src/python/botan.py +This file now works with both v2.7 and v3+ versions of Python (tested on Python-2.7.10 and Python-3.4.3). + Botan (Japanese for peony) is a C++ cryptography library released under the permissive `Simplified BSD <http://botan.randombit.net/license.txt>`_ license. |