Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

9,005 papersLast indexed Aug 31, 2026
Search papers

Paper index

9,005 results · page 28 of 376

Clear filters
Jan 1, 2026·IEEE Access
0 cites
Cougar: Cubic Root Verifier Inner Product Argument Under Discrete Logarithm Assumption

Hyeonbum Lee, Seunghun Paik, Hyunjung Son, Jae Hong Seo

An inner product argument (IPA) is a cryptographic proof system that serves as a fundamental building block for various applications, such as zero knowledge proofs and verifiable computation. Bulletproofs (IEEE S&P 2018), a well-known IPA under the discrete logarithm (DL) assumption, features a short, logarithmically-sized proof, making it suitable for blockchain applications. However, its major drawback is the linear verifier cost (O(N)), which presents a significant bottleneck in settings like verifiable computation. To address this, recent advancements have successfully reduced the verification complexity to square-root order (O(√N)) under the same assumption (e.g., Asiacrypt 2022, IEEE TIFS). In thiswork, we propose Cougar, a novel IPAthat breaks this square-root barrier to achieve an unprecedented cubic-root verifier complexity (O(3√N)), while strictly maintaining the compact logarithmic proof size (O(logN)) characteristic of Bulletproofs. To achieve this, Cougar introduces a generalized two-tier commitment framework combined with adisjoint interpolationstrategy for efficient consistency checks. We implemented Cougar in Rust and performed a comprehensive benchmarking against Bulletproofs and Leopard (IEEE TIFS). Our evaluation demonstrates that while Cougar incurs a moderate increase in prover overhead, its verification time scales significantly better for large instances. Concretely, for a witness size ofN= 220, Cougar achieves a 50× verification speed-up over Bulletproofs and exhibits a superior asymptotic growth rate compared to existing sublinear IPAs.

Open access
Cryptography and Data Security
Physical Unclonable Functions (PUFs) and Hardware Security
Security and Verification in Computing
Original source
Jan 1, 2026·Communications in computer and information science
0 cites
AI-Enabled Quantum-Resistant Multipath Crypto-Graph Protocol (QR-MCP) for Secure Communications in Post-Quantum Networks

Nishanth Shet, R. Chinmai, Preethi Preethi, Y. V. Srinivasa Murthy

Abstract As quantum computing grows, the security of RSA and ECC offers is becoming increasingly flush. A novel Quantum Resistant Multipath CryptoGraph protocol (QR-MCP) has been proposed in this work, which is a multi-layered security framework that combines lattice-based cryptography, SPHINCS+ post-quantum signatures, onion routing, with AI-driven anomaly detection for long lifetime security and privacy of data. Encrypting messages in multiple paths increases security as larger network attackers cannot intercept an entire message. Ledgering on the blockchain is also used for integrity verification for the protocol, and the protocol also uses AI models to detect anomalies in real-time. QR-MCP has shown to be resilient to simulated cyber attacks such as man-in-the-middle, traffic analysis as well as collusion based decryption. Future scalability to new threats will gain strength with the introduction of homomorphic encryption and zero-knowledge proof (ZKP).

Open access
Cryptography and Data Security
Blockchain Technology Applications and Security
Cryptography and Residue Arithmetic
Original source
Jan 1, 2026·International Journal of Computing
0 cites
Performance Analysis of Groth16 zkSNARK: Systematic Benchmarking with Circom-snarkjs

Oleksandr Kuznetsov, Yulia Khavikova, Valerii Bushkov, Dmytro Shchytov · 5 authors

Zero-knowledge succinct non-interactive arguments of knowledge (zk-SNARKs) have emerged as a critical technology for privacy-preserving computation and blockchain applications. However, systematic performance analysis of practical implementations remains limited, hindering informed technology adoption decisions. This study presents a comprehensive benchmarking analysis of the Groth16 protocol implementation using the widely-adopted Circom-snarkjs framework. We developed an automated benchmarking platform that systematically measures performance across seven representative circuit types with varying computational complexity (1-11 R1CS constraints). Our methodology ensures reproducible measurements through controlled experimental design with statistical validation. The platform captures detailed metrics for all three phases of the Groth16 protocol: witness generation, proof creation, and verification. Results from 35 independent measurements reveal several important findings. Witness generation demonstrates consistent performance across circuit types, averaging 57.6±12.1 milliseconds. Proof generation times range from 832 to 1,147 milliseconds, showing non-linear scaling with circuit complexity. Verification times remain relatively stable (741-884 milliseconds), confirming Groth16's theoretical constant-time verification advantage. All measurements achieved 100% success rate with complete proof validation. Notably, circuit structure significantly impacts performance beyond simple constraint counting. Comparison-based circuits achieve 13.22 constraints per second efficiency, substantially outperforming arithmetic circuits (1.02-4.36 constraints/second). This finding provides actionable guidance for circuit design optimization. The study contributes an open-source benchmarking framework for reproducible zk-SNARK research and provides empirical performance data for technology adoption decisions. Our findings support the practical deployment of Groth16 for applications requiring efficient zero-knowledge proofs while highlighting optimization opportunities for circuit designers.

Open access
Physical Unclonable Functions (PUFs) and Hardware Security
Cryptography and Data Security
Security and Verification in Computing
Original source
Jan 1, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
BLOCKCHAIN-BASED SECURE VOTING SYSTEM USINGETHEREUM SMART CONTRACTS AND DECENTRALIZED APPLICATION (Dapp)

Mrs.Dhanalakshmi.J, Gokul Pandi.P, Gurumoorthi.P, Ragul Pranav.A

Traditional and electronic voting systems face significant challenges in ensuring transparency, security, and voter trust. Issues such as centralized control, lack of auditability, vulnerability to tampering, and potential for fraud undermine the integrity of electoral processes. This paper proposes a novel blockchain-based electronic voting system designed to address these shortcomings through decentralized ledger technology and smart contracts. The system ensures vote integrity, voter anonymity, and public verifiability while preventing double voting and eliminating single points of failure. By employing cryptographic techniques such as zero-knowledge proofs and ring signatures, voter privacy is maintained without compromising transparency. The proposed architecture is evaluated through simulation, demonstrating scalability, reduced transaction costs, and robustness against common cyber threats. This work contributes to the advancement of trustworthy digital democracy and provides a feasible framework for real-world electoral deployment.

Open access
2 source records
Internet Traffic Analysis and Secure E-voting
Blockchain Technology Applications and Security
Cryptography and Data Security
Original source
Jan 1, 2026·ITM Web of Conferences
0 cites
The Technical System and Architecture of Blockchain Privacy Protection based on Encryption

Yujia Xian

The concept of blockchain has transformed the trust concept by decentralizing, non-modifiable, and transparent, but there is a certain conflict between the principle of public verifiability and data privacy. As DeFi and cross-institutional data collaboration should grow, it has become a fundamental concern to have the confidentiality of this data without losing verifiability on-chain. The following paper will be a review of blockchain privacy technologies developed in 2020-2025, which will involve the history of zero-knowledge proofs and homomorphic encryption development at the cryptographic primitive level, as well as share new developments such as secure multi-party computation. It points out advances in recursive proof systems, distributed proof generation architectures and scalable multi-party computing systems to overcome bottlenecks in performance. There is a trade-off between privacy, system performance, regulatory compliance, and decentralization in a comparative analysis of technology integration in both public and permissioned chains. Lastly, research directions in the future are suggested in order to overcome issues associated with low proof efficiency, regulatory compliance problems, and migration of post-quantum cryptography. The review offers both theoretical and technical sources on how to develop trusted blockchain infrastructure that would strike the right balance between compliance, high-performance, and data sovereignty.

Open access
2 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Big Data and Digital Economy
Original source
Jan 1, 2026·International Journal of Artificial Intelligence and Machine Learning
0 cites
MBZKPS: Multimodal Biometric-Enabled Secure Data Storage And Access Scheme For Heterogeneous Network Data

Gunjan H. Deshmukh, Mahesh R. Sanghavi

Advancements in networking applications increase the requirement for secure data storage and an efficient data access mechanism with robust networking characteristics. Consequently, the huge volume of data generated from the het-erogeneous networks, such as smart cities, healthcare, and smart energy trading systems, suffers from scalability issues and generates insights for secure data storage and effective data management. Therefore, the research proposes a secure data storage and access scheme named Multimodal Biometric-enabled Zero-Knowledge Proof of Stake(MBZKPS). The Multimodal Biometric Data Access(MBDA) ensures secure and robust access to the heterogeneous data with reduced computational overhead. The Distributed Storage System and the Zero Knowledge Protocol with Proof of Stake alleviate the storage pressure on the blockchain and regulate the heterogeneous data storage and access in the blockchain. The Message Digest 5(MD5) with Homomorphic Encryption enables computations on the encrypted data with better data confidentiality preserva-tion. The introduction of the blockchain eliminates the scalability issues with improved privacy preservation and data integrity. Simulation results validate the superiority of the MD5 with Homomorphic Encryption (HE) used in research by achieving 0.95ms decryption time, and 0.97 encryption time with 0.73 Genuine User Rate occupying 363.76KiloBytes of memory for 250 nodes. In addition, the proposed research performs secure data storage with a 1025.85 ms response time and 1.01ms transaction time using blockchain.

Open access
Cryptography and Data Security
Big Data and Digital Economy
Blockchain Technology Applications and Security
Original source
Jan 1, 2026·Lecture notes in computer science
0 cites
$$Proo\upvarphi $$: A ZKP Market Mechanism

Wenhao Wang, Lulu Zhou, Aviv Yaish, Fan Zhang · 6 authors

No abstract is available for this record.

Cryptography and Data Security
Security and Verification in Computing
Blockchain Technology Applications and Security
Original source
Jan 1, 2026·SSRN Electronic Journal
0 cites
Project CHRONOS: A Fully Homomorphic Ephemeral AI Agent with Provable Self Termination and Remote Verifiability

Shashank Kumar

We present CHRONOS, the first autonomous AI agent that simultaneously achieves plaintextblindness (all data is processed under fully homomorphic encryption without ever beingexposed), cryptographically enforced time bound existence (the agent’s own decryption key islocked behind a publicly verifiable proof of sequential work, rendering it inaccessible until aprecise future moment), and remote verifiability of self destruction (a zero knowledge proofcertifies that the key material has been irreversibly destroyed after mission completion). Theagent’s operational lifespan is governed by a “cryptographic fuse” constructed from a proof ofsequential work (PoSW) whose computation time accurately matches the intended missionduration. A drand decentralized randomness beacon serves as a trusted time oracle to trigger thefinal key shredding. Crucially, the erasure proof is a non interactive zero knowledge argument(SNARK) that proves the correct execution of the entire self destruction sequence—including thePoSW solution, decryption of the private key, and subsequent memory zeroization—enablingany third party to cryptographically verify the agent’s annihilation without trusting the agent orits hardware. We provide a complete system architecture, a formal security model with gamebased definitions and reductions to standard assumptions, and a proof of concept implementationusing Zama’s TFHE rs for encrypted inference, a Cohen Pietrzak PoSW implementation, and aGroth16 SNARK. Our benchmarks indicate that FHE inference on a small neural network (50 Kparameters) completes in seconds, the PoSW background thread consumes negligible resources,and the erasure proof can be generated and verified in under three seconds. CHRONOSrepresents a fundamental advance in secure, disposable AI agents, with immediate applications indefense, intelligence, and high privacy environments.

Open access
10 source records
Cryptography and Data Security
Adversarial Robustness in Machine Learning
Privacy-Preserving Technologies in Data
Original source
Jan 1, 2026·DROPS (Schloss Dagstuhl – Leibniz Center for Informatics)
0 cites
Card-Based ZKP Protocols for Connectivity-Based Puzzles: Extending to Tree Structures with Application to Nurimeizu

Daiki Miyahara, Pascal Lafourcade, Maxime Puys

Card-based zero-knowledge proof (ZKP) protocols allow a prover to convince a verifier that it knows a witness of a given statement, without revealing any information, using a physical deck of playing cards. Previous studies have focused on puzzles with a specific connected component, such as a simple cycle and a polyomino. In this study, we propose a unified approach to handle a family of connected components, including a tree, path, cycle, and polyomino. This approach achieves this verification in O(mn) steps relative to a given grid size m × n. Using this approach, we construct a card-based ZKP protocol for Nurimeizu, where the goal is to find the shortest path on a given grid.

Open access
Cryptography and Data Security
Advanced Authentication Protocols Security
Distributed systems and fault tolerance
Original source
Jan 1, 2026·Lecture notes in networks and systems
0 cites
SoK: Digital Signatures from VOLEitH

Rohitkumar R. Upadhyay, Sahadeo Padhye, Naeim Rahmani

No abstract is available for this record.

Cryptography and Data Security
Cryptography and Residue Arithmetic
Cryptographic Implementations and Security
Original source
Jan 1, 2026·Repository of Vinnytsia National Technical University (Vinnytsia National Technical University)
0 cites
Підвищення безпеки веб-застосунків шляхом інтеграції доказів з нульовим розголошенням zk-SNARK у протокол TLS 1.3

С. Ю. Волинець, O.V. Saliieva, О. Saliieva

This paper analyzes the shortcomings of traditional authentication mechanisms in web applications operating over the secure TLS 1.3 protocol. It is established that even with an encrypted channel, the transmission of secret data (passwords, tokens) remains a primary attack vector. An improved protocol is proposed that integrates an authentication mechanism based on zero-knowledge proofs (zk-SNARK) immediately after session establishment via Elliptic Curve Diffie-Hellman (ECDHE) key exchange. This approach completely eliminates the transmission of client credentials, significantly increasing resistance to phishing and server database compromises.

Open access
Advanced Authentication Protocols Security
Cryptography and Data Security
IPv6, Mobility, Handover, Networks, Security
Original source
Jan 1, 2026·Lecture notes in computer science
0 cites
Robust Double Auctions for Resource Allocation

Arthur Lazzaretti, Charalampos Papamanthou, Ismael Hishon-Rezaizadeh

No abstract is available for this record.

Auction Theory and Applications
Complexity and Algorithms in Graphs
Cryptography and Data Security
Original source
Jan 1, 2026·DR-NTU (Nanyang Technological University)
0 cites
Blockchain-based e-voting system with verifiability and voter privacy

Baixuan Tian

This dissertation presents the design, implementation and evaluation of a blockchain-based e-voting prototype which supports ballot confidentiality, verifiability and auditability by combining homomorphic encryption, zero-knowledge proofs and Merkle inclusion proofs. The key innovation of this work lies in a unified on-chain protocol that cryptographically binds each ballot's Poseidon commitment to its ElGamal ciphertext through a shared binding hash, enabling Groth16-verified tallying and anonymous receipt-based audit without any trusted middleware. In the voting phase, the voter encrypts a one-hot ballot, computes a commitment and a ciphertext-binding hash, and submits them together with a zero-knowledge proof that the ballot is well formed without revealing the selected candidate. During the tallying stage, all encrypted ballots are off-chain aggregated, the final results are accompanied by a proof of correct decryption. Voters can confirm their ballots are included by using locally stored receipts and an audit bundle provided by the administrator. The prototype is implemented with Solidity for the smart contracts, Circom and snarkjs for zero-knowledge circuits, JavaScript for frontend interaction and Python for local serving and cryptographic validation. It was tested locally with Hardhat and then deployed to the Sepolia testnet for more realistic on-chain execution and gas measurement. The results show that the system functions as a research prototype, although further hardening is still needed before any production use.

Internet Traffic Analysis and Secure E-voting
Blockchain Technology Applications and Security
Cryptography and Data Security
Original source