Testing Quantum Computing Claims: Replacing IBM QPU with /dev/urandom in ECDLP Attack
By
pigeons
Crisp on the outside, thoughtful on the inside. A keeper.
Summary
This article tests a quantum computing claim from the Q-Day Prize submission by replacing the IBM Quantum Processing Unit (QPU) with /dev/urandom (os.urandom). The patch swaps out the quantum backend in the ECDLP (Elliptic Curve Discrete Logarithm Problem) solver while keeping all other code unchanged. The experiment aims to determine whether the quantum computer contributes any measurable signal to the key recovery process on curves up to 17 bits. The repository is associated with Project Eleven's Q-Day prize challenge.
Key quotes
· 3 pulledThis branch applies a single surgical patch (−29 / +30 lines) to projecteleven.py.
The patch replaces the IBM Quantum backend inside solve_ecdlp() with os.urandom.
If the quantum computer were contributing measurable signal, this substitution...
You might also wanna read
How Shamir's Secret Sharing Algorithm Enables Threshold Cryptography
This article explains Adi Shamir's Secret Sharing algorithm, a cryptographic method published in 1979 that splits a secret into multiple pie
Apple publishes corecrypto with formal verification proofs for quantum-secure ML-KEM and ML-DSA algorithms
Apple has published the corecrypto library containing quantum-secure ML-KEM and ML-DSA algorithms, along with formal verification proofs tha
Understanding Beaver Triples: A Primer on Secure Multiparty Computation
The article introduces the concept of Beaver Triples in the context of secure multiparty computation (MPC). It uses an analogy about a frien
stoffelmpc.com·22d agoOpenSSL 4.0.0 Released with Significant New Features and Compatibility Changes
OpenSSL 4.0.0 is a major feature release that introduces significant new functionality along with potentially incompatible changes. Key upda
Threshold Signatures: Distributing Cryptographic Risk to Eliminate Single Points of Failure
The article discusses the security risks of single private keys as points of failure in cryptographic systems and introduces threshold signa
eric.mann.blog·2mo agoNobulex: Cryptographic Behavioral Commitments for AI Agent Accountability
Nobulex is an open-source middleware that provides cryptographic behavioral commitments for AI agents, enabling trustless verification of th
