Skip to content

Conversation

sandlbn
Copy link
Contributor

@sandlbn sandlbn commented Sep 9, 2025

This PR transforms the simple C2PA storage service into a verifiable transparency log by implementing cryptographic proofs and an immutable append-only structure.
This is a continuation of the work started in atlas-cli#35 from the atlas-cli repository. Key additions include Merkle tree implementation for cryptographic verification, Ed25519 signatures for manifest authenticity, and support for JSON/CBOR/binary content formats.

New API endpoints provide inclusion proofs (/manifests/{id}/proof), Merkle root access (/merkle/root), and proof verification (/merkle/verify).

The service now ensures data integrity through append-only guarantees and enables third-party verification of manifest inclusion. Enhanced with Docker deployment, testing, and atlas-common integration for standardized cryptographic operations. This transforms basic CRUD operations into a transparency log with Certificate Transparency-style verification capabilities.

Copy link
Contributor

@michaelbeale-IL michaelbeale-IL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM

@michaelbeale-IL michaelbeale-IL merged commit 9599f88 into main Sep 9, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants