-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
botan 0.0.1.0 initial package candidate
- Loading branch information
1 parent
7aaf022
commit 0ef1c25
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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, | ||
|