Skip to content

Commit 11cca7d

Browse files
committed
Fix PQC landscape: DGB HAS Taproot deployed, P2TR outputs are vulnerable
DigiByte activated Taproot (BIPs 340-342) on mainnet Aug 2025. P2TR outputs expose the internal public key, same vulnerability Google flagged for Bitcoin. Corrected structural advantages table.
1 parent 458b0fe commit 11cca7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DGB_PQC_LANDSCAPE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ Ethan Heilman's argument (echoed by Chaincode Labs):
503503
|---------|-------------|-----------|-------------|
504504
| **15-second blocks** | 40× smaller on-spend attack window | Better | Comparable (12s) |
505505
| **UTXO model** | Pubkeys hidden behind hashes | Same | Far better |
506-
| **P2PKH standard** | No Taproot keypath exposure | Better (no P2TR) | Far better |
506+
| **P2PKH standard** | Hash-protected by default | Same | Far better |
507+
| **Taproot deployed** | P2TR outputs ARE vulnerable (same as BTC) — P2MR fixes this | Same risk | Far better |
507508
| **Multi-algo PoW** | Mining unaffected + ASIC diversity | Same | N/A (PoS) |
508509
| **No smart contracts** | No admin key risk | Same | Far better |
509510
| **No PoS** | No validator key exposure | Same | Far better |

0 commit comments

Comments
 (0)