Add Botan crypto lib as a vendor library

This commit is contained in:
zhibog
2021-11-09 23:49:17 +01:00
parent 600d19c51b
commit cef9632607
22 changed files with 3321 additions and 1 deletions
+10 -1
View File
@@ -117,4 +117,13 @@ See also LICENSE.txt in the `portmidi` directory itself.
`enet.lib` and `enet64.lib` are available under ENet's [MIT](http://enet.bespin.org/License.html) license.
See also LICENSE in the `ENet` directory itself.
See also LICENSE in the `ENet` directory itself.
## Botan
[Botan](https://botan.randombit.net/) Crypto and TLS library.
`botan.lib` is available under Botan's [BSD](https://botan.randombit.net/license.txt) license.
See also LICENSE in the `botan` directory itself.
Includes full bindings as well as wrappers to match the `core:crypto` API.