botan icon indicating copy to clipboard operation
botan copied to clipboard

Cryptography Toolkit

Results 267 botan issues
Sort by recently updated
recently updated
newest added

### Pull Request Dependencies * #3464

### Pull Request Dependencies * #3464

### Pull Request Dependencies * #3464

### Pull Request Dependencies * #3464

### Pull Request Dependencies * #3464 ### Description This replaces the API description in `bigint.rst` and `block_cipher.rst` with Breathe directives. I stopped after a few chapters to collect some feedback....

### Pull Request Dependencies * #3464 ### Description This moves API documentation to Breathe and at the same time updates the documentation to reflect the changes introduced with TLS 1.3....

This adds [breathe](https://github.com/breathe-doc/breathe) as a bridge between Doxygen and Sphinx. It should allow us to replace _a lot_ of duplicated information simply with pointers to the information from Doxygen comments....

Having an issue romancing the existing Botan object interface to mimic the functionality shown **[here](https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-ec-add)** with a short standalone example, likely my inexperience. Was thinking **[EC_Point](https://botan.randombit.net/doxygen/classBotan_1_1EC__Point.html)** could help with implementing...

In ARM Cortex-A8 if I include module aes_vperm (included by default in non minimized build), loading of a ECDSA key will throw PKCS #8 private key decoding failed with Invalid...

This deals with the warnings described in https://github.com/randombit/botan/issues/3487 From clang 16.0.0 there is greater compatibility between the two compilers regarding this but since Apple clang has only just upgraded to...