Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.07 KB

File metadata and controls

35 lines (24 loc) · 1.07 KB

Quantum-Proof Bitcoin

A Bitcoin Core fork with post-quantum signatures from genesis.

Overview

This project implements a Bitcoin-like UTXO chain using hash-based post-quantum signatures (WOTS+C / PORS+FP in the SPHINCS framework) instead of ECDSA/Schnorr.

Key Properties

Property Value
Signature scheme PQSig v0 (WOTS+C + PORS+FP)
Signature size 4,480 bytes
Public key size 33 bytes (1-byte ALG_ID + 32-byte core)
Max signatures/key 2^40
Security level NIST Level 1 (~128-bit classical)
Block weight 16,000,000 WU
PoW SHA-256d (unchanged from Bitcoin)

Documentation

Status

Active implementation - frozen PQ-only consensus, descriptor-native PQ wallet flows, and PQ PSBT handling are in-tree. Current work is focused on CI completeness, Taproot replacement migration coverage, and operational hardening.

License

MIT (TBD)