paper-with-me

Papers

Tempora-Fusion: Time-Lock Puzzle with Efficient Verifiable Homomorphic Linear Combination

2024-06-21 · Aydin Abadi

To securely transmit sensitive information into the future, Time-Lock Puzzles (TLPs) have been developed. Their applications include scheduled payments, timed commitments, e-voting, and sealed-bid auctions. Homomorphic TLP is a key variant of TLP that enables computation on puzzles from different clients. This allows a solver/server to tackle only a single puzzle encoding the computation's result. However, existing homomorphic TLPs lack support for verifying the correctness of the computation results. We address this limitation by introducing Tempora-Fusion, a TLP that allows a server to perform homomorphic linear combinations of puzzles from different clients while ensuring verification of computation correctness. This scheme avoids asymmetric-key cryptography for verification, thus paving the way for efficient implementations. We discuss our scheme's application in various domains, such as federated learning, scheduled payments in online banking, and e-voting.

📄 PDF Abstract BibTeX arXiv:2406.15070

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Verifiable Homomorphic Linear Combinations in Multi-Instance Time-Lock Puzzles

2024-08-22 · Aydin Abadi

Time-Lock Puzzles (TLPs) have been developed to securely transmit sensitive information into the future without relying on a trusted third party. Multi-instance TLP is a scalable variant of TLP that enables a server to e…

PuzzleClone: A DSL-Powered Framework for Synthesizing Verifiable Data

2025-08-21 · Kai Xiong, Yanwei Huang, Rongjunchen Zhang, Kun Chen 외 arxiv

High-quality mathematical and logical datasets with verifiable answers are essential for strengthening the reasoning capabilities of large language models (LLMs). While recent data augmentation techniques have facilitate…

Data Augmentation

Scaling Up RL: Unlocking Diverse Reasoning in LLMs via Prolonged Training

2025-07-16 · Mingjie Liu, Shizhe Diao, Jian Hu, Ximing Lu 외

Recent advancements in reasoning-focused language models such as OpenAI's O1 and DeepSeek-R1 have shown that scaling test-time computation-through chain-of-thought reasoning and iterative exploration-can yield substantia…

Code GenerationMathreinforcement-learningReinforcement Learning+2

Efficiently-Verifiable Strong Uniquely Solvable Puzzles and Matrix Multiplication

2023-07-12 · Matthew Anderson, Vu Le

We advance the Cohn-Umans framework for developing fast matrix multiplication algorithms. We introduce, analyze, and search for a new subclass of strong uniquely solvable puzzles (SUSP), which we call simplifiable SUSPs.…

Enigmata: Scaling Logical Reasoning in Large Language Models with Synthetic Verifiable Puzzles

2025-05-26 · Jiangjie Chen, Qianyu He, Siyu Yuan, Aili Chen 외

Large Language Models (LLMs), such as OpenAI's o1 and DeepSeek's R1, excel at advanced reasoning tasks like math and coding via Reinforcement Learning with Verifiable Rewards (RLVR), but still struggle with puzzles solva…

ARCLogical ReasoningMathMathematical Reasoning