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

I would like to encourage a discussion about the naming of the pre-standard PQC algorithms in Botan's API. There are currently implementations, obviously still based on the submission papers that...

As discussed in #3734.

task

Hi, from my perspective, the way to go for the future is to support std::byte as a native byte type. But Botan actually makes it hard to use std::byte. One...

enhancement

Hello to everyone, I am writing an application which uses botan's argon2 for hash creation and checking. The application will be written with qt to be portable across windows, Mac...

NIST has published a [first public draft standard](https://csrc.nist.gov/pubs/fips/205/ipd) for Sphincs+, called "Stateless Hash-Based Digital Signature Standard".

NIST has published a [first public draft standard](https://csrc.nist.gov/pubs/fips/204/ipd) for Dilithium, now called "Module-Lattice-Based Digital Signature Standard".

So what does this mean in the context of building with the clang-cl compiler optionally installed with MSVC? The only side-effect I have noticed so far since switching from the...

The current implementation involves multiplying values that could potentially result in an overflow when converted to `size_t`, specifically when dealing with `unsigned int`. To address this issue as identified by...

We will implement [NIST PQC contest round 4](https://csrc.nist.gov/News/2022/pqc-candidates-to-be-standardized-and-round-4) KEM submission [Classic McEliece](https://classic.mceliece.org/) during the [BSI](https://www.bsi.bund.de/EN) Project 481. ~Preliminary schedule for the implementation is Nov '23 - Jan '24.~ Updated schedule...

enhancement