microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.41k stars 6.47k forks source link

Add Botan #355

Closed bangusi closed 7 years ago

bangusi commented 8 years ago

Botan is a cryptography library written in C++11 and released under the permissive Simplified BSD license. https://github.com/randombit/botan

Botan’s goal is to be the best option for cryptography in new C++ code by offering the tools necessary to implement a range of practical systems, such as TLS/DTLS, PKIX certificate handling, PKCS#11 and TPM hardware support, password hashing, and post quantum crypto schemes.

gnome71 commented 8 years ago

I just took a look at this lib too. Would be nice to have it.

Mixaill commented 7 years ago

Please check #773