diff options
author | Jack Lloyd <jack@randombit.net> | 2018-09-20 14:03:27 -0400 |
---|---|---|
committer | Jack Lloyd <jack@randombit.net> | 2018-09-20 14:03:27 -0400 |
commit | aabb8e40b3b5907977a817107d1d580af364a126 (patch) | |
tree | 43b23f00af54bddf39e3d7806977c7bebb9cfcd2 /readme.rst | |
parent | 732f582c6feee3bfa2aa7c2401ba6dd4a44a9dc4 (diff) |
Link to handbook in readme
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.rst b/readme.rst index 4217fe2f0..d3c69b29a 100644 --- a/readme.rst +++ b/readme.rst @@ -7,10 +7,11 @@ 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. The library also includes a C -API for most functionality. A Python binding is included, and several other -`language bindings <https://github.com/randombit/botan/wiki/Language-Bindings>`_ -are available. +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 +<https://github.com/randombit/botan/wiki/Language-Bindings>`_ are available. Development is coordinated on `GitHub <https://github.com/randombit/botan>`_ and contributions are welcome. If you need help, please open an issue on |