add xnedit
[slackbuilds.git] / Botan / README
blob7f18ea762a60cbbecb9b88c6274bcc913872c04c
1 Botan is a BSD-licensed crypto library for C++. It provides applications
2 with the ability to use a number of cryptographic algorithms, as well as
3 SSL/TLS, X.509 certificates and CRLs, PKCS #10 certificate requests, a
4 filter/pipe message processing system, and a wide variety of other
5 features.
7 Botan relies on Python3 for its compilation configuration.
9 To build TPM support, use `TPM=YES`. This option adds a dependency on
10 `system/trousers`.