Vlad Gheorghiu

Results 8 issues of Vlad Gheorghiu

Migrated from https://github.com/softwareQinc/qpp/issues/117

Instead of depending on `make/msbuild etc`, we should use only modern `cmake` and `ctest`, such as ```shell cmake -B build -DCMAKE_FLAGS... cmake --build build --parallel 4 [--target ... ] ctest...

documentation

I'm trying to use the EditWithInstructions within NVChad neovim configuration. However, the explanation popup seem to go behind the "result" panel, and is not really visible. If I click on...

Provide instructions on how to install and use from scratch (preferably using virtualenv).

enhancement

When running the stateful signature [example](https://github.com/open-quantum-safe/liboqs-python/blob/main/examples/stfl_sig.py), we get a segfault on macOS and Linux. @Guiliano99 can you please check if you get a chance?

Updates HQC to https://gitlab.com/pqc-hqc/hqc v5.0.0. Minimal changes in the upstream code.