1 Repo
Proofs demonstrating that a new version of a cryptographic log is a valid extension of a previous version.
Distinct from Cryptographic Commit Logs: Specializes cryptographic commit logs by focusing specifically on the consistency proof between different log versions.
Explore 1 awesome GitHub repository matching data & databases · Append-Only Consistency Proofs. Refine with filters or upvote what's useful.
Trillian is a distributed, multi-tenant verifiable data store that maintains cryptographically verifiable logs and maps using Merkle tree structures. It functions as a scalable backend for transparency logs, providing a system where data integrity is ensured through append-only records and mathematical proofs of inclusion and consistency. The system distinguishes itself by decoupling core storage from application-specific logic through a personality layer, which handles admission criteria and data canonicalization. It employs a consensus-based leader election mechanism for high availability a
Creates cryptographic proofs demonstrating that a newer log version is an append-only extension of an older one.