docs: note upstream PQClean archival and where to report build issues#99
Open
pabl0ramirez wants to merge 1 commit into
Open
docs: note upstream PQClean archival and where to report build issues#99pabl0ramirez wants to merge 1 commit into
pabl0ramirez wants to merge 1 commit into
Conversation
PQClean (the upstream source for the vendored C implementations) is set to be archived read-only in July 2026 (rustpq#97). Add a short README note so downstream users know that portability/build fixes such as rustpq#98 may need to be tracked in this repository rather than upstream, and where to report them. Also canonicalises the PQClean repository link casing.
Member
|
I feel like this is over-promising. Realistically, I don't have time to maintain this project anymore with PQClean dying. If PQClean is dead, maintaining this project requires doing the work that PQClean was doing: tracking and cleaning up reference (C) implementations of PQC schemes. And since PQClean is dying because I don't have time anymore, I also can't do that in this project. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PQClean — the upstream source for the C implementations vendored by these crates — has announced it will be archived read-only in July 2026, and #97 tracks the implications for this project.
This adds a short README note so downstream users know that portability and build-system fixes that previously flowed upstream (e.g. #98) may need to be tracked here going forward, and where to report them. It also canonicalises the PQClean repository link casing.
Docs-only; no code or generation changes.