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

File: \src\kem\classic_mceliece\pqclean_mceliece6960119_avx2\pk_gen.c line 120 Code: static void de_bitslicing(uint64_t *out, vec256 in[][GFBITS]) { int i, j, r; uint64_t u = 0; //

wontfix

Is it possible for the project to setup a CI/CD and make a release build location for the C library so that everyone doesn't have to rebuild it constantly? This...

Upstreams cease(d) to support Kyber in favour of ML-KEM. OQS not following suit entails additional and constantly growing effort. See also https://github.com/open-quantum-safe/liboqs/pull/1914#issuecomment-2332526587.

Originally discussed in https://github.com/open-quantum-safe/liboqs/pull/1908#pullrequestreview-2264063600. This could ensure that workflow files are tested before they're deployed and also help with open-quantum-safe/tsc#5.

enhancement
good first issue

Travis CI builds have been failing with no output for some time now. Pinging @bhess, who I believe maintains the Travis setup.

enhancement

I've created Mermaid diagrams for the two minimal examples currently in the liboqs wiki and the examples on the docs site. These aim to enhance the understanding of the key...

enhancement
documentation
help wanted

As pointed out in https://github.com/open-quantum-safe/liboqs/pull/1745#discussion_r1702849222 CI does not explicitly use the OQS_USE_CPUFEATURE_INSTRUCTION build flag to test generic and non-generic code variants right now. The generic tests in [weekly.yml](https://github.com/open-quantum-safe/liboqs/blob/main/.github/workflows/weekly.yml) do test...

Joint work with Keelan Cannoo, Jeevesh Dindyal & UoM RICRG.

Add derandomized keypair generation and encapsulation API for all KEM schemes (only ML-KEM has an internal implementation at the moment, all other schemes will throw an error). Closes #1206 *...

In order to use OQS for an embedded target (which does not use dynamic linking, and hence does not provision a Global Offset Table or Procedure Linkage Table), I would...

enhancement