中文
相关论文

相关论文: Authenticated Append-only Skip Lists

200 篇论文

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…

密码学与安全 · 计算机科学 2021-03-09 Victor Cacciari Miraldo , Harold Carr , Mark Moir , Lisandra Silva , Guy L. Steele

Skip graphs are a novel distributed data structure, based on skip lists, that provide the full functionality of a balanced tree in a distributed system where resources are stored in separate nodes that may fail at any time. They are…

数据结构与算法 · 计算机科学 2007-05-23 James Aspnes , Gauri Shah

Cloud computing enables users (clients) to outsource large volume of their data to cloud servers. Secure distributed cloud storage schemes ensure that multiple servers store these data in a reliable and untampered fashion. We propose an…

密码学与安全 · 计算机科学 2018-06-05 Binanda Sengupta , Nishant Nikam , Sushmita Ruj , Srinivasan Narayanamurthy , Siddhartha Nandi

We present the first learning-augmented data structure for implementing dictionaries with optimal consistency and robustness. Our data structure, named RobustSL, is a skip list augmented by predictions of access frequencies of elements in a…

数据结构与算法 · 计算机科学 2024-02-16 Ali Zeynali , Shahin Kamali , Mohammad Hajiesmaili

Storing data on an external server with information-theoretic security, while using a key shorter than the data itself, is impossible. As an alternative, we propose a scheme that achieves information-theoretically secure tamper evidence:…

量子物理 · 物理学 2022-01-25 Bart van der Vecht , Xavier Coiteux-Roy , Boris Skoric

A distributed storage system (DSS) needs to be efficiently accessible and repairable. Recently, considerable effort has been made towards the latter, while the former is usually not considered, since a trivial solution exists in the form of…

信息论 · 计算机科学 2020-01-16 Lukas Holzbaur , Stanislav Kruglik , Alexey Frolov , Antonia Wachter-Zeh

The design and implementation of efficient concurrent data structures have seen significant attention. However, most of this work has focused on concurrent data structures providing good \emph{worst-case} guarantees. In real workloads,…

分布式、并行与集群计算 · 计算机科学 2020-08-04 Vitaly Aksenov , Dan Alistarh , Alexandra Drozdova , Amirkeivan Mohtashami

Data Availability Sampling (DAS), a central component of Ethereum's roadmap, enables clients to verify data availability without requiring any single client to download the entire dataset. DAS operates by having clients randomly retrieve…

数据结构与算法 · 计算机科学 2025-04-24 Dankrad Feist , Gottfried Herold , Mark Simkin , Benedikt Wagner

This paper presents a theory of skiplists of arbitrary height, and shows decidability of the satisfiability problem for quantifier-free formulas. A skiplist is an imperative software data structure that implements sets by maintaining…

计算机科学中的逻辑 · 计算机科学 2013-01-21 César Sánchez , Alejandro Sánchez

Authenticated data structures allow untrusted third parties to carry out operations which produce proofs that can be used to verify an operation's output. Such data structures are challenging to develop and implement correctly. This paper…

计算机科学中的逻辑 · 计算机科学 2025-01-22 Simon Oddershede Gregersen , Chaitanya Agarwal , Joseph Tassarotti

We present Charlotte, a framework for composable, authenticated distributed data structures. Charlotte data is stored in blocks that reference each other by hash. Together, all Charlotte blocks form a directed acyclic graph, the blockweb;…

分布式、并行与集群计算 · 计算机科学 2019-05-13 Isaac Sheff , Xinwen Wang , Haobin Ni , Robbert van Renesse , Andrew C. Myers

Federated Learning (FL) enables multiple users to collaboratively train a machine learning model without sharing raw data, making it suitable for privacy-sensitive applications. However, local model or weight updates can still leak…

We address the problem of securing distributed storage systems against eavesdropping and adversarial attacks. An important aspect of these systems is node failures over time, necessitating, thus, a repair mechanism in order to maintain a…

信息论 · 计算机科学 2011-04-28 Sameer Pawar , Salim El Rouayheb , Kannan Ramchandran

Distributed data analytics platforms (i.e., Apache Spark, Hadoop) provide high-level APIs to programmatically write analytics tasks that are run distributedly in multiple computing nodes. The design of these frameworks was primarily…

密码学与安全 · 计算机科学 2023-12-05 Fahad Shaon , Sazzadur Rahaman , Murat Kantarcioglu

This paper presents composable attestation as a generalized cryptographic framework for Continuous and Incremental Trust in Distributed Systems,such as Artificial Intelligence (AI) computation, and Open Source Software (OSS) supply chain…

密码学与安全 · 计算机科学 2026-03-04 Sheng Sun , Sarah Evans

Attestation means providing evidence that a remote target system is worthy of trust for some sensitive interaction. Although attestation is already used in network access control, security management, and trusted execution environments, it…

密码学与安全 · 计算机科学 2026-03-09 Will Thomas , Logan Schmalz , Adam Petz , Perry Alexander , Joshua D. Guttman , Paul D. Rowe , James Carter

Distributed implementations of access control abound in distributed storage protocols. While such implementations are often accompanied by informal justifications of their correctness, our formal analysis reveals that their correctness can…

密码学与安全 · 计算机科学 2008-06-02 Avik Chaudhuri

We generalize secret-sharing models that rely on correlated randomness and public communication, originally designed for a fixed access structure, to support a sequence of dynamic access structures, which we term an Additive Access…

信息论 · 计算机科学 2026-01-15 David Miller , Rémi A. Chou

We present a distributed data structure, which we call the rainbow skip graph. To our knowledge, this is the first peer-to-peer data structure that simultaneously achieves high fault tolerance, constant-sized nodes, and fast update and…

数据结构与算法 · 计算机科学 2009-05-15 Michael T. Goodrich , Michael J. Nelson , Jonathan Z. Sun

This paper considers the security issue of practical distributed storage systems (DSSs) which consist of multiple clusters of storage nodes. Noticing that actual storage nodes constituting a DSS are distributed in multiple clusters, two…

信息论 · 计算机科学 2017-02-27 Beongjun Choi , Jy-yong Sohn , Sung Whan Yoon , Jaekyun Moon
‹ 上一页 1 2 3 10 下一页 ›