docs: correct P-384 build-failure state — v0.6.0 breaks the wrapper staging step - #65
Merged
Merged
Conversation
…taging step The three P-384 references in CLAUDE.md still described the v0.3.0-era failure (unresolved ec_base384_x/y at link). Verified 2026-07-26 at the v0.6.0 pin: both make p384-overlay and USE_OVERLAY_P384_EMBED=1 now fail earlier, in build_nistcurves_p384.sh at the ar65 staging step (ecdsa384.o never produced — upstream layout drift). The SHA-384 LUT overlay overflow and the ec_base384_x/y bug likely still lurk behind it. Also records the closure of stale issues #32/#45 and marks the P-384 wall-clock as unmeasurable until the build is fixed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 freeto 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.
Summary
Recovers the second commit intended for #64 (it was pushed after #64 had already been merged, so it never landed). Content unchanged from the commit described in #64's PR body.
CLAUDE.md's three P-384 references still described the v0.3.0-era failure (unresolved
ec_base384_x/yat link). Verified 2026-07-26 at the v0.6.0 pin: bothmake p384-overlayandmake BACKEND=uci USE_OVERLAY_P384_EMBED=1now fail earlier, at thear65staging step intools/integration/build_nistcurves_p384.sh(nistcurves_p384_staging/curve/ecdsa384.onever produced — upstream layout drift under the v0.5.0/v0.6.0 bumps). The SHA-384 LUT overlay overflow and theec_base384_x/ybug likely still lurk behind it.Test plan
🤖 Generated with Claude Code