Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Would fix #1314.
HOWEVER, this is meant to remain a Draft PR as it doesn't pull from PQClean "master" and only meant for answering this question of @praveksharma
There were some not quite obvious quirks before the contents of the McEliece update in PQClean/PQClean#469 could be integrated to
liboqs
: Please see the changes particularly indocs/algorithms/kem/classic_mceliece.yml
,scripts/copy_from_upstream/copy_from_upstream.py
,scripts/copy_from_upstream/copy_from_upstream.yml
and the addition ofsrc/common/pqclean_shims/crypto_declassify.h
.Particularly on the latter file, asking @dstebila as to whether we really need this -- and whether the addition of the SPDX line is appropriate (wasn't there): Shall this be done upstream before PQClean/PQClean#469 is merged?
Final question: This inadvertently also changes Falcon -- and there, the KATs. Why is this so? Is the McEliece branch in PQClean older than PQClean/PQClean#476 ? One more reason to not merge this. But at least CI will show us which impact merging PQClean/PQClean#469 would have on
liboqs
.