Mathias Eggert
Mathias Eggert
From my perspective, I found a bug, because of the inconsistent behaving of ```ignoreUnmappedSourceProperties```. I defined these classes: ``` data class Inside(val value : String) data class InsideDto(val value :...
I am trying to make the botan Conan recipe compatible with Android and Emscripten. There I got the issue, that I could not build the Android ARM64-v8a version with amalgamation,...
At the moment Botan is not using the WASM exceptions: ``` lang_flags "-s DISABLE_EXCEPTION_CATCHING=0 -std=c++20 -D_REENTRANT" lang_binary_linker_flags "-s ALLOW_MEMORY_GROWTH=1 -s WASM=1 -s NO_DISABLE_EXCEPTION_CATCHING" ``` (in src/build-data/cc/emcc.txt) Can we make it...
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...
Hi, I was testing the current main branch and I realized, that I can create a case, which is not so unlikely, which will cause file loss. I did nothing...
Thx for continue developing djinni, we would like to switch from the dropbox version to your version. But sadly, you dropped the C# support. Any reasons for that? And is...