中文
相关论文

相关论文: Lollipop: SVM Rollups on Solana

200 篇论文

Blockchain security is becoming increasingly relevant in today's cyberspace as it extends its influence in many industries. This paper focuses on protecting the lowest level layer in the blockchain, particularly the P2P network that allows…

密码学与安全 · 计算机科学 2023-10-16 Andres Gomez Ramirez , Loui Al Sardy , Francis Gomez Ramirez

Support vector machines (SVMs) are widely used machine learning models (e.g., in remote sensing), with formulations for both classification and regression tasks. In the last years, with the advent of working quantum annealers, hybrid SVM…

新兴技术 · 计算机科学 2024-11-05 Enrico Zardini , Amer Delilbasic , Enrico Blanzieri , Gabriele Cavallaro , Davide Pastorello

Both in the design and deployment of blockchain solutions many performance-impacting configuration choices need to be made. We introduce BlockSim, a framework and software tool to build and simulate discrete-event dynamic systems models for…

密码学与安全 · 计算机科学 2020-10-16 Maher Alharby , Aad van Moorsel

Blockchain technology, beyond cryptocurrencies, is called to be the new information exchange ecosystem due to its unique properties, such as immutability and transparency. The main objective of this work is to introduce the design of a…

密码学与安全 · 计算机科学 2022-09-29 N García-Moreno , P Caballero-Gil , C Caballero-Gil , J Molina-Gil

Bitcoin rise has put blockchain technology into the mainstream, amplifying its potential and broad utility. While Bitcoin has become incredibly famous, its transaction rate has not match such a corresponding increase. It still takes…

密码学与安全 · 计算机科学 2024-06-21 Han Song , Zhongche Qu , Yihao Wei

The increasing demand for scalable blockchain has driven research into parallel execution models for smart contracts. Crystality is a novel smart contract programming language designed for parallel Ethereum Virtual Machines (EVMs), enabling…

编程语言 · 计算机科学 2025-04-25 Ziyun Xu , Hao Wang , Meng Sun

Blockchain, like any other complex technology, needs a strong testing methodology to support its evolution in both research and development contexts. Setting up meaningful tests for permissionless blockchain technology is a notoriously…

分布式、并行与集群计算 · 计算机科学 2024-10-07 Diego Pennino , Maurizio Pizzonia

LLVM is an infrastructure for code generation and low-level optimizations, which has been gaining popularity as a backend for both research and industrial compilers, including many compilers for functional languages. While LLVM provides a…

编程语言 · 计算机科学 2019-01-01 Kavon Farvardin , John Reppy

Zero-knowledge Ethereum Virtual Machines (zkEVMs) must reconcile a fundamental contradiction: the Ethereum Virtual Machine was designed for transparent sequential execution, while zero-knowledge proofs require algebraic circuit…

密码学与安全 · 计算机科学 2025-10-08 Yahya Hassanzadeh-Nazarabadi , Sanaz Taheri-Boshrooyeh

Virtual Prototypes act as an executable specification model, offering a unified behavior reference model for SW and HW engineers. However, between the VP and the HW still exists a gap, as the step from an architectural level VP…

硬件体系结构 · 计算机科学 2023-11-02 Sallar Ahmadi-Pour , Pascal Pieper , Rolf Drechsler

In this work, we present homomorphic encryption-based vaults (Haults), a permissioned privacy-preserving smart wallet protocol for VM-enabled blockchains that keeps users' balances confidential, as well as the amounts transacted to other…

密码学与安全 · 计算机科学 2025-11-25 Xavier Salleras

Layer 2 (L2) protocols, payment channels, sidechains, and rollups, are central to blockchain scalability, enabling off-chain execution while preserving on-chain security. Despite growing deployment, existing security models remain…

密码学与安全 · 计算机科学 2026-05-19 Zeta Avarikioti , Matteo Maffei , Yuheng Wang

We present solc-verify, a source-level verification tool for Ethereum smart contracts. Solc-verify takes smart contracts written in Solidity and discharges verification conditions using modular program analysis and SMT solvers. Built on top…

编程语言 · 计算机科学 2020-03-17 Ákos Hajdu , Dejan Jovanović

Within a modern democratic nation, elections play a significant role in the nation's functioning. However, with the existing infrastructure for conducting elections using Electronic Voting Systems (EVMs), many loopholes exist, which…

密码学与安全 · 计算机科学 2023-07-18 Arnab Mukherjee , Souvik Majumdar , Anup Kumar Kolya , Saborni Nandi

Setchain has been proposed to increase blockchain scalability by relaxing the strict total order requirement among transactions. Setchain organizes elements into a sequence of sets, referred to as epochs, so that elements within each epoch…

分布式、并行与集群计算 · 计算机科学 2025-09-15 Arivarasan Karmegam , Gabina Luz Bianchi , Margarita Capretto , Martín Ceresa , Antonio Fernández Anta , César Sánchez

Recent SDN-based solutions give cloud providers the opportunity to extend their "as-a-service" model with the offer of complete network virtualization. They provide tenants with the freedom to specify the network topologies and addressing…

网络与互联网体系结构 · 计算机科学 2016-03-11 Max Alaluna , Fernando M. V. Ramos , Nuno Neves

This paper presents an approach to using decentralized distributed digital (DDD) ledgers like blockchain with multi-level verification. In regular DDD ledgers like Blockchain, only a single level of verification is available, which makes it…

密码学与安全 · 计算机科学 2024-09-30 Ayush Thada , Aanchal Kandpal , Dipanwita Sinha Mukharjee

Virtualization plays an essential role in providing security to computational systems by isolating execution environments. Many software solutions, called hypervisors, have been proposed to provide virtualization capabilities. However, only…

密码学与安全 · 计算机科学 2022-12-29 Everton de Matos , Markku Ahvenjärvi

Multi-chain ecosystems suffer from fragmented identity, siloed liquidity, and bridge-dependent token transfers. We present n-VM, a Layer-1 architecture that hosts n heterogeneous virtual machines as co-equal execution environments over…

密码学与安全 · 计算机科学 2026-03-26 Jian Sheng Wang

This paper reports on initial experiments using J Moore's Codewalker to reason about programs compiled to the Low-Level Virtual Machine (LLVM) intermediate form. Previously, we reported on a translator from LLVM to the applicative subset of…

计算机科学中的逻辑 · 计算机科学 2015-09-22 David S. Hardin