All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Testing Quantum Computing Claims: Replacing IBM QPU with /dev/urandom in ECDLP Attack

By

pigeons

1mo ago· 4 min readenCode

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 pulled
This 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...
Snippet from the RSS feed
This repository contains the code and submission detail for the QDay prize challenge by https://www.projecteleven.com/ - yuvadm/quantumslop

You might also wanna read