liboqs icon indicating copy to clipboard operation
liboqs copied to clipboard

C library for prototyping and experimenting with quantum-resistant cryptography

Results 128 liboqs issues
Sort by recently updated
recently updated
newest added

Hello, Some PRs introduced `OQS_USE_PTHREADS ` flag to decide if to use pthreads or not, however seems that this does not have an effect. The library always links against pthread....

This issue is to suggest extending the constant-time testing to include more configurations. Background: modern compilers might add regressions by 'optimizing' code meant to be constant-time and adding conditional branches....

Adapts existing fuzz-harness to support more algorithms. This is a continuation of the effort described in #1215 * [ ] Does this PR change the input/output behaviour of a cryptographic...

I managed to reproduce this very rare verification error in CROSS-RDSDPG-128-small. I'm still looking for the root cause but I can confirm that it seems totally unrelated to the new...

This PR does the following: - enable ML-KEM ACVP tests on Windows Since ML-KEM final specification is released, it would be good to have the tests enabled on Windows -...

Accidentally deleted #1944 and as a result I've remade the PR. I'll make sure to clean up the commits prior to merging if there's any desire to change what I've...

'run_tests' memory leak tests fails when build options enables OQS_USE_PTHREADS and OQS_USE_OPENSSL. ``` valgrind tests/test_sig SPHINCS+-SHA2-256s-simple ==158054== Memcheck, a memory error detector ==158054== Copyright (C) 2002-2017, and GNU GPL'd, by...

This PR focuses on improving the robustness and stability of the code by enhancing error handling. The main objectives of this update include: - Preventing the program from exiting or...

Would it be possible to add [SQIsign](https://sqisign.org/)? It's a post-quantum signature scheme with small key sizes and small signature sizes.

enhancement
help wanted

**Describe the bug** When encapsulating, FIPS 203 7.1 [suggests](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf#page=36) checking input key so any integers in the encoded public key are in the range [0, q - 1]. However, the...

enhancement
help wanted