diff --git a/botan/README.md b/botan/README.md new file mode 100644 index 0000000..d6089be --- /dev/null +++ b/botan/README.md @@ -0,0 +1,7 @@ +# Welcome to botan + +High-level bindings to the [Botan](https://botan.randombit.net/) cryptography library. + +> 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. + +For more information, see the [README on Github](https://github.com/apotheca/botan) diff --git a/botan/botan.cabal b/botan/botan.cabal index 2511359..4599476 100644 --- a/botan/botan.cabal +++ b/botan/botan.cabal @@ -5,8 +5,24 @@ license: BSD-3-Clause author: Leo D. maintainer: leo@apotheca.io build-type: Simple +category: Cryptography +synopsis: High-level Botan bindings description: - Bindings to the Botan cryptography library + + Welcome to botan + + High-level bindings to the [Botan](https://botan.randombit.net/) cryptography library. + + > 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. + + For more information, see the [README on Github](https://github.com/apotheca/botan) + +extra-doc-files: + README.md + CHANGELOG.md flag mtl default: True @@ -114,6 +130,8 @@ library other-modules: Botan.Prelude Paths_botan + autogen-modules: + Paths_botan build-depends: base >= 4 && < 5, botan-bindings == 0.0.1.0,