Skip to content

Commit

Permalink
Added botan-low minimal README
Browse files Browse the repository at this point in the history
  • Loading branch information
ldillinger committed Feb 5, 2024
1 parent 339eb34 commit c335520
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
11 changes: 5 additions & 6 deletions botan-low/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# botan-low
# Welcome to botan-low

Low-level bindings with imperative IO and exceptions.
Low-level bindings to the [Botan](https://botan.randombit.net/) cryptography library.

- Type aliases
- Friendlier patterns
- Safely wraps buffers and pointers into bytestrings
- Autoreleased objects
> 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)
12 changes: 11 additions & 1 deletion botan-low/botan-low.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ build-type: Simple
category: Cryptography
synopsis: Low-level Botan bindings
description:
Low-level bindings to the Botan cryptography library

Welcome to botan-low

Low-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)

-- NOTE: Use data-files instead, if this is inappropriate
-- NOTE: This causes a soft error:
Expand Down

0 comments on commit c335520

Please sign in to comment.