diff options
author | Jack Lloyd <[email protected]> | 2019-06-29 05:46:37 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-06-29 05:46:37 -0400 |
commit | 5c8b9b5867f3926cbe78d636a9eb7a2af1876b90 (patch) | |
tree | 87b13716044d7d1525a1f7b8630412effbe0f9f3 /readme.rst | |
parent | 28c3dd3297dd4a6b16b4ec161bd6dd0f458e248f (diff) |
Update index
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/readme.rst b/readme.rst index f406cede9..b302daa8b 100644 --- a/readme.rst +++ b/readme.rst @@ -7,11 +7,13 @@ permissive `Simplified BSD <https://botan.randombit.net/license.txt>`_ license. Botan's goal is to be the best option for cryptography in C++ by offering the tools necessary to implement a range of practical systems, such as TLS protocol, X.509 certificates, modern AEAD ciphers, PKCS#11 and TPM hardware support, -password hashing, and post quantum crypto schemes. -See the `documentation <https://botan.randombit.net/manual>`_ for more information. - -A Python binding is included, and several other `language bindings +password hashing, and post quantum crypto schemes. A Python binding is included, +and several other `language bindings <https://github.com/randombit/botan/wiki/Language-Bindings>`_ are available. +It is used in many `open source and commercial products <https://github.com/randombit/botan/wiki/Users>`_. + +See the `documentation <https://botan.randombit.net/handbook>`_ for more +information about included features. Development is coordinated on `GitHub <https://github.com/randombit/botan>`_ and contributions are welcome. If you need help, please open an issue on |