Feedback on Post-Quantum Remote Attestation & Supply-Chain Verification (PQ-RASCV)

โš“ Rust    ๐Ÿ“… 2026-05-23    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 2      

surdeus

What is PQ-RASCV?
It is a security framework that mathematically proves exactly what software is running on a device and how it was built, using quantum-resistant cryptography. By anchoring this hardware trust to a decentralized Bitcoin ledger, it prevents attackers from silently compromising critical infrastructure.

Just released v1.0.0-rc.3 of PQ-RASCV (Post-Quantum Remote Attestation & Supply-Chain Verification).

Itโ€™s a deterministic, no_std Rust framework tackling two key problems: post-quantum migration (ML-DSA/FIPS 204) and supply-chain integrity (SLSA v1).

New in this release: pqrascv-bitcoin-anchor โ€” a Bitcoin-based transparency layer for attestation.

It links TPM 2.0 / DICE hardware measurements to on-chain OP_RETURN records, creating a verifiable audit trail of node state without centralized PKI trust.

:package: Crates.io: crates.io: Rust Package Registry
:octopus: GitHub Repo & Quick Start: GitHub - comwanga/pqrascv-core: Hardware-rooted, post-quantum remote attestation (ML-DSA) and supply-chain verification (SLSA). Includes a Sovereign Bitcoin Node architecture with deterministic quorum consensus and OP_RETURN transparency anchoring. ยท GitHub

Looking for feedback :victory_hand:

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed