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

Fixes #1933 * [ ] Does this PR change the input/output behaviour of a cryptographic algorithm (i.e., does it change known answer test values)? (If so, a version bump will...

**Describe the bug** A clear and concise description of what the bug is. 'ninja run_tests' fails due to memory leak **To Reproduce** Steps to reproduce the behavior: 1. build liboqs...

@baentsch you are 100% correct, they should be properly wrapped by `#ifdef`s - if we don't use SHA3 or AES from OpenSSL, it makes no sense to fetch it. I...

- Updates to use scorecard v5 - re-pinned actions in scorecard.yaml to latest levels - fixed report of unpinned dependencies in unix.yml - enabled publishing of scorecard results Note: Results...

Is there any road-map/plan for liboqs ML-DSA algorithm to be certified using NIST Cryptographic Algorithm Validation Program (CAVP)?

question

**Describe the bug** Compilation for ios fails: ``` 13:23:30 liboqs/src/kem/kyber/oldpqclean_kyber512_aarch64/feat.S:147:5: note: while in macro instantiation 13:23:30 round 13:23:30 ^ 13:23:30 :16:5: error: instruction requires: sha3 13:23:30 rax1.2d v29, v27, v29...

We should improve our documentation on the sources of our algorithm implementations, including: - what the source is for the upstream implementation (and, if necessary, what upstreams are above that)...

documentation

Adds ML-DSA from [FIPS204](https://csrc.nist.gov/pubs/fips/204/final) Pulls ML-DSA from pq-crystals/dilithium upstream: https://github.com/pq-crystals/dilithium Removes ML-DSA-ipd alias in favor of ML-DSA. TODOs: - [ ] Awaiting internal API upstream to be able to run...

The final standards were published today: [FIPS203](https://csrc.nist.gov/pubs/fips/203/final) and [FIPS204](https://csrc.nist.gov/pubs/fips/204/final). This is to track the integration of the updated algorithms. I'd suggest the following steps: - Pull update from pq-crystals upstream...

In line with [FIPS 205](https://csrc.nist.gov/pubs/fips/205/final). We have support for Round 3 SPHINCS+, but nothing more recent. Our current upstream source is https://github.com/sphincs/sphincsplus via PQClean, so we should find out their...

enhancement
help wanted