René Meusel

Results 74 issues of René Meusel

Note that the C++ API provides an additional `start()` method that is currently not exposed via the FFI, because we don't implement any externally available XOFs that actually take a...

**TL;DR:** _Does the `botan-config.cmake` file need to remain relocatable (via installation directory structure guesswork)?_ Or could we simplify it by hard-coding the installation paths that our build system dictates (configurable...

infra

This applies the `consteval` constructor idiom [we talked about before](https://github.com/randombit/botan/pull/5061#discussion_r2288451042) to the `Keccak_Permutation` class. As a result, it is not possible to instantiate the Keccak-p at runtime anymore, but all...

With Botan 3.x the feature flag defines changed slightly. Also, there was an apparent bug in one of the existing `#ifdef`s. As a result, the current implementation of the botan...