docs: extend v0 citation to three-impl cross-validation#10
Merged
Conversation
Follow-up to #9. The cross-impl citation landed with two non-overlapping JCS implementations (Python rfc8785@0.1.4, JavaScript canonicalize@3.0.0). Adding the Go reference impl (gowebpki/jcs v1.0.1) completes coverage across the three languages an AP2 conformance CI matrix would plausibly span — Python / JavaScript / Go. All 7 vectors and all 4 pair invariants pass under each impl. Three non-overlapping author sets (Woodruff / Erdtman+Rundgren / GoWebPKI), three languages, three codebases, same canonical bytes and hashes on every vector. One bullet edited. Still community-seeded, not AP2-spec-blessed. No public API, wire-shape, or protocol-conformance change. Below the AUDIT.md / CHANGELOG.md update thresholds (docs-only pointer).
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.
Summary
Follow-up to #9. The cross-impl citation landed with two non-overlapping JCS implementations. Adding the Go reference impl (
gowebpki/jcs v1.0.1) completes coverage across the three languages an AP2 conformance CI matrix would plausibly span — Python / JavaScript / Go.rfc8785@0.1.4canonicalize@3.0.0gowebpki/jcs v1.0.1Three non-overlapping author sets, three languages, three codebases, same canonical bytes and hashes on every vector.
One bullet edited. Still qualified as community-seeded, not AP2-spec-blessed.
Why
The two-impl wording in #9 was honest at the time, but the three-language story is the natural fixture shape for an AP2-maintainer-blessed CI matrix. Keeping the README aligned with the strongest evidence form available — and signaling the CI-matrix shape if maintainers pick the vectors up.
Not in scope
AUDIT.mdandCHANGELOG.mdupdate thresholds — no entries added.Test plan
github.com/gowebpki/jcs v1.0.1against all 7 v0 vectors — 7/7 byte-identical JCS + 7/7 hash match + 4/4 pair invariants.rfc8785@0.1.4(PR docs: cite AP2 open_mandate_hash v0 conformance vectors #8), JavaScriptcanonicalize@3.0.0(PR docs: strengthen v0 citation to cross-implementation evidence #9), Gogowebpki/jcs v1.0.1(this PR) for every vector.