CRDSMar 8, 2021

Formal Verification of Authenticated, Append-Only Skip Lists in Agda: Extended Version

arXiv:2103.04519v11 citations
Originality Synthesis-oriented
AI Analysis

This work provides a verified foundation for secure log systems like blockchains, though it is incremental as it builds on an existing AAOSL construction.

The authors formalized an Authenticated Append-Only Skip List (AAOSL) model in Agda, proving its correctness properties to enable efficient and secure log maintenance without full storage or trust, with simplifications and optimizations derived from the effort.

Authenticated Append-Only Skiplists (AAOSLs) enable maintenance and querying of an authenticated log (such as a blockchain) without requiring any single party to store or verify the entire log, or to trust another party regarding its contents. AAOSLs can help to enable efficient dynamic participation (e.g., in consensus) and reduce storage overhead. In this paper, we formalize an AAOSL originally described by Maniatis and Baker, and prove its key correctness properties. Our model and proofs are machine checked in Agda. Our proofs apply to a generalization of the original construction and provide confidence that instances of this generalization can be used in practice. Our formalization effort has also yielded some simplifications and optimizations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes