diff options
-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. |