diff options
author | Jack Lloyd <[email protected]> | 2017-12-05 12:45:06 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-05 12:45:06 -0500 |
commit | b66a98f3c79489c39c239a4e8697ac7ab00ea902 (patch) | |
tree | 6243c491a7947ac2927ab251ba6d88261f1723bf | |
parent | 13e46150a52f89360deee133aa59ddf53c062e13 (diff) |
Mention other language bindings in readme
-rw-r--r-- | readme.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst index 7d2d42231..cb8b0423d 100644 --- a/readme.rst +++ b/readme.rst @@ -10,7 +10,9 @@ offering the tools necessary to implement a range of practical systems, such as TLS/DTLS, PKIX certificate handling, PKCS#11 and TPM hardware support, password hashing, and post quantum crypto schemes. In addition to the C++, botan has a C89 API specifically designed to be easy to call from other languages. A Python -binding using ctypes calling the C89 API is included. +binding using ctypes is included, and several other +`language bindings <https://github.com/randombit/botan/wiki/Language-Bindings>`_ +are available. Find the full feature list below. |