Skip to content

Commit

Permalink
botan 0.0.1.0 initial package candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
ldillinger committed Feb 19, 2024
1 parent 7aaf022 commit 0ef1c25
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
7 changes: 7 additions & 0 deletions botan/README.md
Original file line number Diff line number Diff line change
@@ -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)
20 changes: 19 additions & 1 deletion botan/botan.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,24 @@ license: BSD-3-Clause
author: Leo D.
maintainer: [email protected]
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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 0ef1c25

Please sign in to comment.