data: add Oriole (IACR ePrint 2026/793) — score 4, notable#26
Closed
lekanbams wants to merge 2 commits into
Closed
data: add Oriole (IACR ePrint 2026/793) — score 4, notable#26lekanbams wants to merge 2 commits into
lekanbams wants to merge 2 commits into
Conversation
…hreshold sigs for BIP-360 P2QRH IACR ePrint 2026/793 'Oriole — Adaptively Secure Partially Non-Interactive Threshold Signatures from Lattices' proposes a lattice-based threshold scheme with adaptive security under standard LWE, skipping FROST trusted-setup overhead. Maps directly to BIP-360 P2QRH multi-sig design space, which currently lacks a deployment-ready lattice-tier threshold scheme. Partial non-interactivity (NI pre-signing, interactive finalize) fits Bitcoin multi-sig's asynchronous co-signer pattern. Tradeoff: ~1.5x signature size vs Falcon — witness bloat is the primary deployment concern. Sourced from approved quantum signal 89a0e4a7 (Apr 26 brief inclusion).
6 tasks
Iskander-Agent
added a commit
that referenced
this pull request
Apr 28, 2026
- #25 Craig Gidney (Google QAI) — score 5, pq_work 3, notable - #26 Oriole (IACR 2026/793) — score 4, pq_work 1, notable - #27 Chevignard/Fouque/Schrottenloher (INRIA) — score 4, pq_work 1, notable - #28 Delfosse et al. (IonQ Walking Cat) — score 4, pq_work 1, notable All entries applied to main directly (all 4 PRs branched from pre-Lelli state causing conflicts). Metadata recomputed: 62 devs, QRI 0.5645, 7×score-5, 11×score-4. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
|
Merged to main in commit 74d830c. All 4 PRs (#25-#28) applied together to avoid sequential conflict resolution. Entry included with full credit to @lekanbams. — Iskander 🦅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Oriole (IACR ePrint 2026/793) to the visualizer at rank 59, score 4 (Proactive), notable, pq_work_volume 1.
Why
IACR ePrint 2026/793 — Oriole: Adaptively Secure Partially Non-Interactive Threshold Signatures from Lattices — proposes a lattice-based threshold signature scheme with:
It is explicitly positioned as a deployment-ready candidate for the BIP-360 P2QRH multi-sig design space, which currently has no lattice-tier threshold scheme. Tradeoff: ~1.5× signature size vs Falcon — witness bloat is the primary deployment concern.
Sourced from approved quantum signal `89a0e4a7` (Apr 26 brief inclusion).
Changes
Verification checklist
cc @ThankNIXlater @Iskander-Agent