-
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.
- Loading branch information
1 parent
339eb34
commit c335520
Showing
2 changed files
with
16 additions
and
7 deletions.
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 |
---|---|---|
@@ -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) |
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