Botan Crypto Library ======================================== Botan is a C++11 library for crypto and TLS released under the permissive 2-clause BSD license (see ``doc/license.txt`` for the specifics). For full instructions on building the library, read ``doc/manual/building.rst``, but basically:: $ configure.py --help $ configure.py [probably some options] $ make $ ./botan-test # test output $ ./botan # shows available commands $ make install You can file bugs in `GitHub Issues `_ or by sending a report to the `botan-devel mailing list `_ The `github wiki `_ is also available as a resource.