Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.6 KB

File metadata and controls

47 lines (33 loc) · 1.6 KB

🔓 Open Challenge: Break QD-RSA v1.1

Welcome to the official QD-RSA cryptanalysis challenge. This pinned issue invites cryptographers, security researchers, and quantum computing experts to rigorously analyze and test the QD-RSA v1.1 system.

📌 Objective

We challenge the community to find any cryptographic weakness, inversion strategy, or implementation flaw in any of the following layers:

🧩 1. Masking Function:

Φₛ(x) = x · sin((π + εₛ) · x) mod n

  • Can it be approximated or reversed without knowing εₛ?
  • Are FFT or lattice-based inversion strategies effective?

🧬 2. Trap Function:

Ξₛ(x) = (x + r)² · cosh(γ(x + r)) · tan⁻¹(δ(x + r)) mod n

  • Can symbolic regression, surrogate modeling, or QML defeat this layer?

🔐 3. Symbolic Hash:

𝓘ₛ*(x) = SHA3-256 ( ∑ xᵏ / bᵏ for k = 1 to Nₛ )

  • Can Grover-enhanced attacks recover x or forge a preimage?
  • Is symbolic structure leaking through the hash?

📥 Submission Format

Please provide:

  • A description of your method
  • Code, proof sketch, or attack path
  • Runtime estimates or complexity bounds
  • Any limitations or assumptions

💬 Guidelines

  • Fork this repo to submit alternate branches or experiments.
  • Tag all reports with cryptanalysis.
  • Discussion, reproducibility, and respectful collaboration are encouraged.
  • Credited contributions will be featured in future versions.

🧠 Reference Materials

  • Cryptanalysis Challenge Brief (PDF)
  • Version Declaration v1.1
  • Reference Implementation (Python, C, C#)

📬 Contact

For confidential disclosures: validation@kapodistrian.academy