feat: add support for C2SP tlog-tiles for public registry #90
Merged
Conversation
Append-only transparency log foundation: Merkle tree with RFC 6962 domain separation, C2SP tile format (height=8), signed note checkpoints, inclusion/ consistency proofs, offline verification bundles, and filesystem tile store. Includes SDK transparency workflow and CLI artifact verify command.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Auths Commit Verification
Result: ❌ 5/6 commits verified How to fixCommit macOS: Then re-sign: |
5cbbad2 to
b55f887
Compare
Auths Commit Verification
Result: ❌ 5/6 commits verified How to fixCommit macOS: Then re-sign: |
b55f887 to
a5838d3
Compare
Auths Commit Verification
Result: ❌ 5/6 commits verified How to fixCommit macOS: Then re-sign: |
…nsparency Add C2SP tlog-witness cosignature protocol implementation: - WitnessClient async trait with submit_checkpoint() method - collect_witness_cosignatures() with concurrent fan-out and early quorum return - Cosignature format: algorithm byte 0x04, 8-byte timestamp + 64-byte Ed25519 sig - compute_witness_key_id() using algorithm byte 0x04 for key ID computation - cosignature_signed_message() per C2SP spec format - Serialization/deserialization helpers for wire format
- Add try_cache_checkpoint() with TOFU semantics: accepts first checkpoint, detects equivocation (same size/different root), rejects smaller sizes - Wire checkpoint caching into artifact verify (bundle path) - Wire checkpoint caching into artifact publish (from bundle in .auths.json) - Cache stored at ~/.auths/log_checkpoint.json
…n-74, fn-75, fn-76) - Namespace SDK workflows: claim, delegate, transfer with Ed25519 signing - Namespace CLI commands: auths namespace claim/delegate/transfer/lookup - Account CLI commands: auths account status/usage - Delegation chain verification supporting variable-length chains - Trust root fetch workflow in auths-sdk - S3 tile store for transparency log (optional feature)
a5838d3 to
fdc40d4
Compare
Auths Commit Verification
Result: ✅ 7/7 commits verified |
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.
No description provided.