Pith. sign in

REVIEW 4 major objections 4 minor 95 references

This paper claims that a public smart contract can generate hard-to-factor integers with no hidden secrets, making an on-chain solution mathematically compelling evidence of cryptographic quantum supremacy, and can automatically switch sign

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-04 00:34 UTC pith:N7ANG53V

load-bearing objection A real, well-documented smart-contract system whose advertised proof-of-quantum claim doesn't follow: the on-chain verifier can't distinguish quantum from classical factorization. the 4 major comments →

arxiv 2601.05534 v3 pith:N7ANG53V submitted 2026-01-09 cs.CR

BloQBench: A Blockchain Benchmarking Framework for Quantum Supremacy

classification cs.CR
keywords blockchainquantum supremacysmart contractinteger factorizationRSA-UFOpost-quantum signaturesfront-runningEthereum
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper tries to establish that a blockchain can serve as a trustless referee for quantum supremacy: a smart contract generates very large numbers that are hard to factor, without anyone knowing their factors, and publicly verifies any submitted factorization. If a correct factorization of the final remaining number appears on-chain, the authors argue it is virtually indisputable evidence that a quantum computer has broken RSA-level cryptography. They also use that event as an automated trigger for Ethereum accounts to switch to quantum-secure signatures, avoiding the cost of early migration while not delaying protection until the threat is real. The claim matters because it would give the world a public, auditable moment at which post-quantum protection becomes necessary, rather than relying on private or contested lab results.

Core claim

The central object is the RSA-UFO lock: a 4,608-bit integer known to have at least two large prime factors yet generated without anyone knowing those factors. The contract accumulates random 256-bit chunks into 119 locks; based on a per-lock probability of about 0.16 of being hard to factor, 119 locks give roughly a one-in-a-billion chance that all are classically easy. Solvers submit factors; the contract checks that they are prime and multiply to the lock, then marks the lock solved. Because generation never involves a secret, the paper concludes that a correct factorization of the last remaining lock is virtually indisputable evidence that a quantum computer achieved cryptographic quantum

What carries the argument

The trustless generation mechanism: a public contract produces RSA-UFO locks by repeatedly feeding random 256-bit integers into a bytes accumulator until each lock is 4,608 bits; no secret inputs are used, so even the deployer cannot know the factors. On-chain verification uses a probabilistic primality test on submitted factors and checks their product. A commit-reveal scheme with a one-day buffer blocks front-running, and a singleton deployment ensures a single global instance whose solved flag is readable by anyone.

Load-bearing premise

The bytes that build the locks must come from a source no party can predict or control; the paper never says where the 256-bit integers come from, so if a caller or miner can influence them, the 'no pre-computed secrets' claim and the entire probability argument collapse.

What would settle it

Attempt to deploy the contract and feed chosen 256-bit integers into the random bytes accumulator; if this yields a lock whose factorization is known to the caller, then a 'solution' can be submitted without any quantum computer and the blockchain proof is void. Alternatively, a classical factorization of a produced 4,608-bit lock would directly refute the claim that at least one is classically infeasible.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • A correct on-chain factorization of the final lock is public, permanent, and independently checkable, so the claimed moment of cryptographic quantum supremacy is auditable by anyone.
  • Blockchain accounts can watch the contract's solved flag and switch to quantum-secure signatures automatically, avoiding both premature cost and delayed vulnerability.
  • The lock parameters (119 locks of 4,608 bits, targeted one-in-a-billion failure) give a concrete, quantitative benchmark definition of cryptographic quantum supremacy.
  • Gas measurements show a factorization puzzle is deployable at roughly 238 million gas and verifiable at about 6.1 million gas per lock, making it feasible to run on Ethereum.
  • The one-day commit-reveal protocol makes front-running impractical even under heavy proposer censorship, keeping the bounty fairly awarded.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Editorial extension: The trustlessness depends on the randomness source for the accumulator, which the paper does not specify; if callers or miners can bias the bytes toward numbers with known factors, the whole scheme fails silently.
  • Editorial extension: A quantum computer that can factor these 4,608-bit locks is already strong enough to break 3,072-bit RSA, so the trigger is a lagging indicator; pairing this puzzle with a weaker, earlier-warning verifiable-quantum-advantage puzzle could give more lead time.
  • Editorial extension: The 'no precomputed secrets' design pattern could generalize to any puzzle with an efficient classical verifier and a plausible quantum speedup, if a secret-free generation method exists.
  • Editorial extension: The economic incentive is untested; a bounty near 19 ETH must exceed the real cost of running a quantum attack, and that cost is not estimated in the paper, so the trigger's real-world firing conditions remain open.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes BloQBench, an Ethereum smart-contract framework intended to generate classically intractable integer-factorization puzzles ("locks") using Sander's RSA-UFO technique, reward solvers with bounty funds, and treat a verified on-chain factorization as a public, tamper-proof demonstration of "cryptographic quantum supremacy." The contract is designed to accept submissions of prime factors that multiply to a generated lock, verify them with the Miller-Rabin test, and, upon solution, set a flag that can automatically trigger migration to quantum-secure Lamport signatures. The manuscript reports a Solidity implementation, unit tests, gas measurements for deployment and solution verification, a comparison of prime factorization with order-finding, and a commit-reveal mechanism to mitigate front-running. The central claim is that independent observers can mathematically verify that a submitted solution must have been computed by quantum hardware, and that solving the final lock would be virtually indisputable proof of cryptographic quantum supremacy.

Significance. If the central claim were sound, the framework would provide a transparent, automation-ready benchmark for quantum advantage and a cost-based trigger for post-quantum blockchain migration. The engineering contribution is substantial: the Solidity implementation and tests are publicly archived, gas costs are measured in realistic deployments, and the comparison with order-finding is concrete and useful. However, the paper's core logical claim is not supported by the implemented verifier. The contract checks only the mathematical correctness of a factorization, not the computational mechanism that produced it, so acceptance cannot establish quantum provenance. The randomness-source and probability-parameter issues further undermine the trustless-generation and confidence guarantees. These are load-bearing defects in the manuscript's main contribution, not presentation issues.

major comments (4)
  1. [Abstract and §III] The claim that observers can "mathematically verify that any provided solution ... must have been computationally derived via quantum hardware" is unsupported. The PrimeFactoringBounty contract (refs. [77], [80]) accepts exactly when submitted factors are prime and their product equals the lock. The verifier is method-blind: any correct factorization, whether produced by a classical algorithm, a lucky guess, or by someone who knew the factors during generation, sets the same flag. Acceptance does not encode any information about the computational mechanism. At best, the scheme yields evidence conditional on the classical hardness of the 4608-bit RSA-UFO and on the unstated assumption that any solver must be quantum. Those are cryptographic hardness conjectures, not mathematical proofs. A perfect randomness source would not close this provenance gap.
  2. [§V-A and §IV-A] The random-bytes accumulator "accepts a 256-bit integer and appends it," but the manuscript never states who supplies these integers or what prevents a caller or miner from biasing the locks toward numbers with known factorization. The claimed guarantee of "absolutely no pre-computed secrets" in the abstract and the 119-lock probability argument in §IV-A depend on the locks being uniformly random and unpredictable. As written, if the input is caller-supplied, the generation is not trustless and the probability analysis collapses. The manuscript needs an explicit, game-resistant randomness source or a formal argument that caller influence cannot meaningfully bias the resulting locks.
  3. [§IV-A] The probability calculation is internally inconsistent. The paper quotes Sander's theorem as giving probability ≈0.082 at ξ=1/3 and Anoncoin's result as ≈0.16, then says "we choose the more cost-friendly result of generating 119 locks." But 119 comes from the Anoncoin estimate: ln(10^-9)/ln(1−0.16) ≈ 119. Using the paper's own Sander-based p=0.082 would require ln(10^-9)/ln(1−0.082) ≈ 243 locks to achieve the claimed 10^-9 confidence. The manuscript does not justify preferring the higher Anoncoin estimate, and the stated confidence bound is therefore not met under the Sander-derived probability.
  4. [§III and §VI] The paper states that "both RSA and ECDSA rely on the difficulty of this particular problem," referring to integer factorization. This is inaccurate: ECDSA relies on the elliptic-curve discrete logarithm problem, not integer factorization. While Shor's algorithm solves both, the factorization bounty by itself does not logically imply that ECDSA has been broken. The trigger from a factorization solution to a quantum-secure fallback for ECDSA-based signatures therefore rests on an additional, unstated assumption. This weakens the claimed connection between the implemented puzzle and the practical motivation for switching blockchain signature schemes.
minor comments (4)
  1. [§I] The definition of "cryptographic quantum supremacy" in the introduction is given as the ability to "bypass current cryptographic standards, namely RSA and ECDSA," while the abstract uses "solve practical cryptographic problems." These should be aligned, as the later argument depends on the stricter definition.
  2. [§IV-A] The notation "1/2 ln2(1/2ξ)" is ambiguous; it should be typeset as (1/2)·[ln(1/(2ξ))]^2 to avoid confusion between "ln squared" and "log base 2."
  3. [§III and Fig. 2] The described front-running attack is unclear: an attacker who has not seen the original solution cannot have a valid commit-reveal pair ready to race the original reveal. The "flood for one day" scenario seems to require knowledge of the solution beforehand, which contradicts the stated purpose of the commit-reveal scheme. This section should be rewritten to describe a feasible attack model.
  4. [§III] The phrase "funds sufficient for at least 800,000,000 gas" conflates gas (a unit of computational work) with the currency needed to pay for it. The bounty should be specified in ETH or another currency, with gas as the underlying cost measure.

Circularity Check

0 steps flagged

No circularity found: the core derivation is anchored to external sources and measured gas costs; the quantum-provenance overclaim is an unsupported inference, not a self-referential reduction.

full rationale

BloQBench's derivation chain is not circular. The central parameters come from external sources: RSA-UFO generation from Sander [45], the per-lock secure-generation probability from Anoncoin [54] (cross-checked against Sander's Theorem 1), and classical-hardness expectations from external standards and NISQ analyses. The 119-lock count is computed from an externally supplied probability rather than from the outcome it is meant to predict. The contract verification logic (Miller-Rabin primality checks plus product matching) is publicly inspectable, tested code, and the gas figures are measured from test deployments rather than fitted to the paper's conclusions. The paper does cite co-author prior work ([59], [61]), but only as background on NISQ factorization limits and error-correction challenges; those citations are not load-bearing for the central trustless-generation or bounty-trigger mechanism. The main weakness is interpretive, not circular: the verifier is method-blind, so a successfully submitted factorization establishes only that a factorization was provided, not that it was produced by quantum hardware. The abstract's claim that observers can 'mathematically verify' that a solution 'must have been computationally derived via quantum hardware' therefore imports unproven assumptions of classical infeasibility and provenance attribution. That is an unsupported inference and a correctness/risk issue, not a reduction of the conclusion to the inputs by construction. No fitted parameter is renamed as a prediction, no uniqueness theorem is imported from the authors' own prior work, and no ansatz is smuggled in via self-citation. Accordingly, the circularity score is 0.

Axiom & Free-Parameter Ledger

4 free parameters · 5 axioms · 0 invented entities

The system's advertised guarantees rest mainly on (1) an externally sourced RSA-UFO probability, (2) an undescribed on-chain randomness source, and (3) the assumption that solving the final lock implies quantum hardware. The gas bounds are measured from tests rather than fitted to data. No new physical or protocol entities are introduced; 'locks' are Sander-style generated integers and 'cryptographic quantum supremacy' is a definition.

free parameters (4)
  • p_rsa_ufo = 0.16
    Probability that a random 4608-bit integer is an RSA-UFO, taken from Anoncoin [54]; Sander's theorem gives about 0.082, and the authors adopt the larger value. Used to derive 119 locks and the 1e-9 confidence claim.
  • num_locks = 119
    Computed as log(1e-9)/log(1-0.16); a design parameter set by the chosen p and target failure probability.
  • lock_bit_size = 4608
    Chosen as 3*1536 bits so a lock can have two prime factors of about 1536 bits under Sander's ξ=1/3 condition; a design choice.
  • min_bounty_gas = 800,000,000
    Set above the measured 741,048,802 gas for verifying solutions to all 119 locks, with a safety margin for gas-price fluctuations.
axioms (5)
  • domain assumption Random 4608-bit integers have at least two prime factors ≥2^1536 with probability about 0.16 (Anoncoin) or 0.082 (Sander), independently across locks.
    Used in §IV-A to derive 119 locks and the one-in-a-billion failure claim; if the true probability is materially lower, the claim collapses.
  • domain assumption The bytes accumulated on-chain are random enough that no party, including the deployer or proposers, can bias locks toward known factorizations.
    Required by the 'no pre-computed secrets' guarantee; §V-A describes an accumulator that accepts 256-bit integers but never specifies the randomness source.
  • domain assumption Classical factoring of a 4608-bit RSA-UFO is intractable, so a successful solution to a classically hard lock implies quantum hardware.
    Needed for the 'proof of quantum supremacy' inference; classical intractability is an unproven computational assumption, and the contract cannot identify which locks are classically hard.
  • domain assumption On-chain Miller-Rabin primality testing with the deployed bases is sound for 4608-bit factors.
    Used for solution verification in the prime-factoring bounty contract; no formal proof of the specific implementation is provided.
  • domain assumption EIP-1559 fee-market dynamics prevent an attacker from censoring a reveal transaction for one day.
    Relied on in §IV-A and Fig. 2 for the commit-reveal front-running defense.

pith-pipeline@v1.3.0-alltime-deepseek · 18904 in / 19277 out tokens · 214106 ms · 2026-08-04T00:34:20.432597+00:00 · methodology

0 comments
read the original abstract

As quantum computing matures, characterizing its practical workloads and verifying quantum supremacy presents a significant challenge. Current benchmarking and claims rely on trust-based verification methods that lack public auditability. We propose a decentralized benchmarking framework implemented via an Ethereum smart contract to provide verifiable assurance in these claims. This framework generates classically intractable puzzles that, crucially, require absolutely no pre-computed secrets. By utilizing the blockchain as an immutable public ledger, independent observers can mathematically verify that any provided solution to the puzzle must have been computationally derived via quantum hardware rather than classically spoofed. Furthermore, we demonstrate how this verifiable benchmarking metric can be utilized as an automation trigger. As a practical example of such a trigger, we focus on the ability for blockchains to automatically switch to quantum-secure signature schemes upon the successful demonstration of cryptographic quantum supremacy. We demonstrate these principles with BloQBench, which implements the concept using integer factorization as the generated puzzle and Lamport signatures as the trigger-based effect. This approach demonstrates a novel use of distributed ledgers for quantum workload characterization, providing a transparent, automated metric for measuring quantum supremacy while managing the performance and complexity trade-offs of post-quantum technology transitions.

Figures

Figures reproduced from arXiv: 2601.05534 by Nicholas J.C. Papadopoulos, Ramin Ayanzadeh.

Figure 1
Figure 1. Figure 1: Flowchart of quantum bounty smart contract. [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Timeline of how the commit-reveal scheme prevents front-running. Arrows into the memepool are submitted transactions. Arrows into the bounty [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

95 extracted references · 2 canonical work pages

  1. [1]

    What is the blockchain?

    M. Di Pierro, “What is the blockchain?”Computing in Science & Engineering, vol. 19, no. 5, pp. 92–95, 2017

  2. [2]

    Bitcoin: A peer-to-peer electronic cash system,

    S. Nakamoto, “Bitcoin: A peer-to-peer electronic cash system,” https: //bitcoin.org/en/bitcoin-paper, 2008

  3. [3]

    An event study of the ethereum transition to proof-of-stake,

    E. Kapengut and B. Mizrach, “An event study of the ethereum transition to proof-of-stake,”Commodities, vol. 2, no. 2, pp. 96–110, 2023

  4. [4]

    Gas and fees,

    “Gas and fees,” Oct 2024. [Online]. Available: https://ethereum.org/en/ developers/docs/gas/

  5. [5]

    A brief survey of cryptocurrency systems,

    U. Mukhopadhyay, A. Skjellum, O. Hambolu, J. Oakley, L. Yu, and R. Brooks, “A brief survey of cryptocurrency systems,” in2016 14th Annual Conference on Privacy, Security and Trust (PST), 2016, pp. 745– 752

  6. [6]

    Ethereum white paper,

    V . Buterinet al., “Ethereum white paper,”GitHub repository, vol. 1, pp. 22–23, 2013

  7. [7]

    An overview of smart contract: Architecture, applications, and future trends,

    S. Wang, Y . Yuan, X. Wang, J. Li, R. Qin, and F.-Y . Wang, “An overview of smart contract: Architecture, applications, and future trends,” in2018 IEEE Intelligent Vehicles Symposium (IV), 2018, pp. 108–113

  8. [8]

    Decentralized applications: The blockchain-empowered software system,

    W. Cai, Z. Wang, J. B. Ernst, Z. Hong, C. Feng, and V . C. M. Le- ung, “Decentralized applications: The blockchain-empowered software system,”IEEE Access, vol. 6, pp. 53 019–53 033, 2018

  9. [9]

    Signature schemes and applications to cryptographic protocol design,

    A. Lysyanskaya, “Signature schemes and applications to cryptographic protocol design,” Ph.D. dissertation, Massachusetts Institute of Technol- ogy, 2002

  10. [10]

    New directions in cryptography,

    W. Diffie and M. Hellman, “New directions in cryptography,”IEEE Transactions on Information Theory, vol. 22, no. 6, pp. 644–654, 1976

  11. [11]

    A method for obtaining digital signatures and public-key cryptosystems,

    R. Rivest, A. Shamir, and L. Adleman, “A method for obtaining digital signatures and public-key cryptosystems,”Commun. ACM, vol. 21, pp. 120–126, 01 1978

  12. [12]

    The elliptic curve digital signature algorithm (ecdsa),

    D. Johnson, A. Menezes, and S. Vanstone, “The elliptic curve digital signature algorithm (ecdsa),”International Journal of Information Se- curity, vol. 1, no. 1, pp. 36–63, 2001

  13. [13]

    Breaking symmetric cryptosystems using quantum period finding,

    M. Kaplan, G. Leurent, A. Leverrier, and M. Naya-Plasencia, “Breaking symmetric cryptosystems using quantum period finding,” inAdvances in Cryptology – CRYPTO 2016, M. Robshaw and J. Katz, Eds. Berlin, Heidelberg: Springer Berlin Heidelberg, 2016, pp. 207–237

  14. [14]

    Alagic, A

    G. Alagic, A. Broadbent, B. Fefferman, T. Gagliardoni, C. Schaffner, and M. St. Jules,Computational Security of Quantum Encryption. Springer International Publishing, 2016, p. 47–71. [Online]. Available: http://dx.doi.org/10.1007/978-3-319-49175-2 3

  15. [15]

    Cyber security implications of quantum computing: Shor’s algorithm and beyond,

    A. Mohammed, “Cyber security implications of quantum computing: Shor’s algorithm and beyond,”Innovative Computer Sciences Journal, vol. 11, no. 1, Jan. 2025. [Online]. Available: https://innovatesci-publishers.com/index.php/ICSJ/article/view/436

  16. [16]

    Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer,

    P. W. Shor, “Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer,”SIAM Journal on Computing, vol. 26, no. 5, pp. 1484–1509, 1997. [Online]. Available: https://doi.org/10.1137/S0097539795293172

  17. [17]

    M. A. Nielsen and I. L. Chuang,Quantum Computation and Quantum Information: 10th Anniversary Edition. Cambridge University Press, 2010

  18. [18]

    A “schr ¨odinger cat

    C. Monroe, D. M. Meekhof, B. E. King, and D. J. Wineland, “A “schr ¨odinger cat” superposition state of an atom,”Science, vol. 272, no. 5265, pp. 1131–1136, 1996. [Online]. Available: https://www.science.org/doi/abs/10.1126/science.272.5265.1131

  19. [19]

    Quantum entanglement,

    R. Horodecki, P. Horodecki, M. Horodecki, and K. Horodecki, “Quantum entanglement,”Rev. Mod. Phys., vol. 81, pp. 865–942, Jun

  20. [20]

    Space-efficient and noise-robust quantum factoring,

    S. Ragavan and V . Vaikuntanathan, “Space-efficient and noise-robust quantum factoring,” inAnnual International Cryptology Conference. Springer, 2024, pp. 107–140

  21. [21]

    Quantum computing and the entanglement frontier,

    J. Preskill, “Quantum computing and the entanglement frontier,” 2012. [Online]. Available: https://arxiv.org/abs/1203.5813

  22. [22]

    Evidence for the utility of quantum computing before fault tolerance,

    Y . Kim, A. Eddins, S. Anand, K. X. Wei, E. van den Berg, S. Rosenblatt, H. Nayfeh, Y . Wu, M. Zaletel, K. Temme, and A. Kandala, “Evidence for the utility of quantum computing before fault tolerance,”Nature, vol. 618, no. 7965, pp. 500–505, 2023

  23. [23]

    Quantum supremacy using a programmable superconducting processor,

    F. Arute, K. Arya, R. Babbush, D. Bacon, J. C. Bardin, R. Barends, R. Biswas, S. Boixo, F. G. S. L. Brandao, D. A. Buell, B. Burkett, Y . Chen, Z. Chen, B. Chiaro, R. Collins, W. Courtney, A. Dunsworth, E. Farhi, B. Foxen, A. Fowler, C. Gidney, M. Giustina, R. Graff, K. Guerin, S. Habegger, M. P. Harrigan, M. J. Hartmann, A. Ho, M. Hoffmann, T. Huang, T. ...

  24. [24]

    Phase transition in random circuit sampling,

    A. Morvan, B. Villalonga, X. Mi, S. Mandr `a, A. Bengtsson, P. V . Klimov, Z. Chen, S. Hong, C. Erickson, I. K. Drozdov, J. Chau, G. Laun, R. Movassagh, A. Asfaw, L. T. A. N. Brand ˜ao, R. Peralta, D. Abanin, R. Acharya, R. Allen, T. I. Andersen, K. Anderson, M. Ansmann, F. Arute, K. Arya, J. Atalaya, J. C. Bardin, A. Bilmes, G. Bortoli, A. Bourassa, J. B...

  25. [25]

    Supercomputer makes calculations in blink of an eye that take rivals 47 years,

    J. Titcomb, “Supercomputer makes calculations in blink of an eye that take rivals 47 years,” Jul 2023. [Online]. Available: https://www.telegraph.co.uk/business/2023/07/02/ google-quantum-computer-breakthrough-instant-calculations/

  26. [26]

    Meet willow, our state-of-the-art quantum chip,

    H. Neven, “Meet willow, our state-of-the-art quantum chip,” Dec 2024. [Online]. Available: https://blog.google/technology/research/ google-willow-quantum-chip/

  27. [27]

    Fast classical simulation of evidence for the utility of quantum computing before fault tolerance,

    T. Begu ˇsi´c and G. K.-L. Chan, “Fast classical simulation of evidence for the utility of quantum computing before fault tolerance,” 2023. [Online]. Available: https://arxiv.org/abs/2306.16372

  28. [28]

    Leveraging secondary storage to simulate deep 54-qubit sycamore circuits,

    E. P. D. Pednault, J. A. Gunnels, G. Nannicini, L. Horesh, and R. L. Wisnieff, “Leveraging secondary storage to simulate deep 54-qubit sycamore circuits,”arXiv: Quantum Physics, 2019. [Online]. Available: https://api.semanticscholar.org/CorpusID:204800933

  29. [29]

    On “quantum supremacy

    E. Pednault, D. Maslov, J. Gunnels, and J. Gambetta, “On “quantum supremacy”,” Oct 2019. [Online]. Available: https://www.ibm.com/ quantum/blog/on-quantum-supremacy

  30. [30]

    Google, ibm make strides toward quan- tum computers that may revolutionize problem solving,

    S. Pelly, “Google, ibm make strides toward quan- tum computers that may revolutionize problem solving,” Jul 2024. [Online]. Available: https://www.cbsnews.com/news/ quantum-computing-google-ibm-advances-60-minutes-transcript/

  31. [31]

    Are quantum computers about to break online pri- vacy?

    D. Castelvecchi, “Are quantum computers about to break online pri- vacy?”Nature, vol. 613, no. 7943, pp. 221–222, Jan. 2023

  32. [32]

    Constructing digital signatures from a one way function,

    L. Lamport, “Constructing digital signatures from a one way function,” Tech. Rep. CSL-98, October 1979, this paper was published by IEEE in the Proceedings of HICSS-43 in January,

  33. [33]

    Implementation of a quantum algorithm on a nuclear magnetic resonance quantum computer,

    J. A. Jones and M. Mosca, “Implementation of a quantum algorithm on a nuclear magnetic resonance quantum computer,”The Journal of Chemical Physics, vol. 109, no. 5, pp. 1648–1653, 08 1998. [Online]. Available: https://doi.org/10.1063/1.476739

  34. [34]

    Man’s race to quantum supremacy: The complete timeline,

    S. Balaganur, “Man’s race to quantum supremacy: The complete timeline,” Nov 2019. [Online]. Available: https://analyticsindiamag. com/ai-features/race-quantum-supremacy-complete-timeline/

  35. [35]

    Computational supremacy in quantum simulation,

    A. D. King, A. Nocera, M. M. Rams, J. Dziarmaga, R. Wiersema, W. Bernoudy, J. Raymond, N. Kaushal, N. Heinsdorf, R. Harris, K. Boothby, F. Altomare, A. J. Berkley, M. Boschnak, K. Chern, H. Christiani, S. Cibere, J. Connor, M. H. Dehn, R. Deshpande, S. Ejtemaee, P. Farr ´e, K. Hamer, E. Hoskinson, S. Huang, M. W. Johnson, S. Kortas, E. Ladizinsky, T. Lai,...

  36. [36]

    Beyond-classical computation in quantum simulation,

    A. D. King, A. Nocera, M. M. Rams, J. Dziarmaga, R. Wiersema, W. Bernoudy, J. Raymond, N. Kaushal, N. Heinsdorf, R. Harris, K. Boothby, F. Altomare, M. Asad, A. J. Berkley, M. Boschnak, K. Chern, H. Christiani, S. Cibere, J. Connor, M. H. Dehn, R. Deshpande, S. Ejtemaee, P. Farre, K. Hamer, E. Hoskinson, S. Huang, M. W. Johnson, S. Kortas, E. Ladizinsky, ...

  37. [37]

    Berkeley computer theorists show path to verifying that quantum beats classical,

    S. Yang, “Berkeley computer theorists show path to verifying that quantum beats classical,” Oct 2018. [Online]. Available: https://news.berkeley.edu/2018/10/29/ berkeley-computer-theorists-show-path-to-verifying-that-quantum-beats-classical/

  38. [38]

    Verifiable quantum advantage without structure,

    T. Yamakawa and M. Zhandry, “Verifiable quantum advantage without structure,” in2022 IEEE 63rd Annual Symposium on Foundations of Computer Science (FOCS). Los Alamitos, CA, USA: IEEE Computer Society, nov 2022, pp. 69–74. [Online]. Available: https://doi.ieeecomputersociety.org/10.1109/FOCS54457.2022.00014

  39. [39]

    What is the quantum apocalypse and should we be scared?

    F. Gardner, “What is the quantum apocalypse and should we be scared?” Jan 2022. [Online]. Available: https://www.bbc.com/news/ technology-60144498

  40. [40]

    Rethinking the’quantum apocalypse’,

    S. Sharma and M. Harjani, “Rethinking the’quantum apocalypse’,”RSIS Commentaries, 050-22, 2022

  41. [41]

    R. A. Grimes,Cryptography apocalypse: preparing for the day when quantum computing breaks today’s crypto. John Wiley & Sons, 2019

  42. [42]

    Cisos: Are you ready for the quantum apocalypse?

    J. McNutt, “Cisos: Are you ready for the quantum apocalypse?” Oct 2024. [Online]. Avail- able: https://www.forbes.com/councils/forbestechcouncil/2024/10/03/ cisos-are-you-ready-for-the-quantum-apocalypse/

  43. [43]

    Managing the quantum cybersecurity threat: Harvest now, decrypt later,

    H. Singh, “Managing the quantum cybersecurity threat: Harvest now, decrypt later,” inQuantum Computing. CRC Press, 2024, pp. 142– 158

  44. [44]

    A survey on lattice-based digital signature,

    F. Liu, Z. Zheng, Z. Gong, K. Tian, Y . Zhang, Z. Hu, J. Li, and Q. Xu, “A survey on lattice-based digital signature,”Cybersecurity, vol. 7, no. 1, p. 7, 2024

  45. [45]

    Efficient accumulators without trapdoor extended abstract,

    T. Sander, “Efficient accumulators without trapdoor extended abstract,” inInformation and Communication Security, V . Varadharajan and Y . Mu, Eds. Berlin, Heidelberg: Springer Berlin Heidelberg, 1999, pp. 252– 262

  46. [46]

    Erc-2470: Singleton factory,

    R. G. Schmidt, “Erc-2470: Singleton factory,” Jan 2020. [Online]. Available: https://eips.ethereum.org/EIPS/eip-2470

  47. [47]

    On block sizes, gas limits and scal- ability,

    T. Wahrst ¨atter, “On block sizes, gas limits and scal- ability,” Jan 2024. [Online]. Available: https://ethresear.ch/t/ on-block-sizes-gas-limits-and-scalability/18444

  48. [48]

    Reentrancy vulnerability identification in ethereum smart contracts,

    N. F. Samreen and M. H. Alalfi, “Reentrancy vulnerability identification in ethereum smart contracts,” in2020 IEEE International Workshop on Blockchain Oriented Software Engineering (IWBOSE). IEEE, 2020, pp. 22–29

  49. [49]

    A review of reentrancy attack in ethereum smart contracts,

    S. Al-E’mari and Y . Sanjalawe, “A review of reentrancy attack in ethereum smart contracts,” inInternational Conference on Computing and Communication Networks. Springer, 2023, pp. 53–70

  50. [50]

    A review on security vulnerabilities of smart contracts written in solidity,

    N. Dimitrijevi ´c and N. Zdravkovi´c, “A review on security vulnerabilities of smart contracts written in solidity,” 2024

  51. [51]

    Common solidity security vulnerabilities & how to avoid them,

    M. Editorial, “Common solidity security vulnerabilities & how to avoid them,” Mar 2024. [Online]. Available: https://metana.io/blog/ common-solidity-security-vulnerabilities-how-to-avoid-them/

  52. [52]

    Commit-reveal strategy to increase the transaction confidentiality in order to counter the issue of front running in blockchain,

    M. Arulprakash and R. Jebakumar, “Commit-reveal strategy to increase the transaction confidentiality in order to counter the issue of front running in blockchain,”AIP Conference Proceedings, vol. 2460, no. 1, p. 020016, 08 2022. [Online]. Available: https://doi.org/10.1063/5.0095700

  53. [53]

    Understanding ethereum mempool security under asymmetric{DoS}by symbolized stateful fuzzing,

    Y . Wang, Y . Tang, K. Li, W. Ding, and Z. Yang, “Understanding ethereum mempool security under asymmetric{DoS}by symbolized stateful fuzzing,” in33rd USENIX Security Symposium (USENIX Secu- rity 24), 2024, pp. 4747–4764

  54. [54]

    Rsa ufo

    “Rsa ufo.” [Online]. Available: https://anoncoin.github.io/RSA UFO/

  55. [55]

    Twirl and rsa key size,

    B. S. Kaliski, “Twirl and rsa key size,” 2003. [Online]. Available: https://api.semanticscholar.org/CorpusID:53855699

  56. [56]

    Quantum computing in the nisq era and beyond,

    J. Preskill, “Quantum computing in the nisq era and beyond,”Quantum, vol. 2, p. 79, 2018

  57. [57]

    A quantum approximate optimization algorithm,

    E. Farhi, J. Goldstone, and S. Gutmann, “A quantum approximate optimization algorithm,”arXiv preprint arXiv:1411.4028, 2014

  58. [58]

    Quantum supremacy through the quantum approximate optimization algorithm,

    E. Farhi and A. W. Harrow, “Quantum supremacy through the quantum approximate optimization algorithm,”arXiv preprint arXiv:1602.07674, 2016

  59. [59]

    Reinforcement quantum anneal- ing: A hybrid quantum learning automata,

    R. Ayanzadeh, M. Halem, and T. Finin, “Reinforcement quantum anneal- ing: A hybrid quantum learning automata,”Scientific reports, vol. 10, no. 1, p. 7952, 2020

  60. [60]

    Stabilizer codes and quantum error correction,

    D. Gottesman, “Stabilizer codes and quantum error correction,” Ph.D. dissertation, 1997, copyright - Database copyright ProQuest LLC; ProQuest does not claim copyright in the individual underlying works; Last updated - 2023-02-23. [Online]. Available: https://colorado. idm.oclc.org/login?url=https://www.proquest.com/dissertations-theses/ stabilizer-codes-...

  61. [61]

    Pro- match: Extending the reach of real-time quantum error correction with adaptive predecoding,

    N. Alavisamani, S. Vittal, R. Ayanzadeh, P. Das, and M. Qureshi, “Pro- match: Extending the reach of real-time quantum error correction with adaptive predecoding,” inProceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 3, 2024, pp. 818–833

  62. [62]

    Quantum resource estimates for computing elliptic curve discrete logarithms,

    M. Roetteler, M. Naehrig, K. M. Svore, and K. Lauter, “Quantum resource estimates for computing elliptic curve discrete logarithms,” in Advances in Cryptology – ASIACRYPT 2017, T. Takagi and T. Peyrin, Eds. Cham: Springer International Publishing, 2017, pp. 241–270

  63. [63]

    The impact of hardware specifications on reaching quantum advantage in the fault tolerant regime,

    M. Webber, V . Elfving, S. Weidt, and W. K. Hensinger, “The impact of hardware specifications on reaching quantum advantage in the fault tolerant regime,”AVS Quantum Sci., vol. 4, no. 1, p. 013801, Mar. 2022

  64. [64]

    The gaussian law of errors in the theory of additive number theoretic functions,

    P. Erd ¨os and M. Kac, “The gaussian law of errors in the theory of additive number theoretic functions,”American Journal of Mathematics, vol. 62, p. 738, 1940. [Online]. Available: https: //api.semanticscholar.org/CorpusID:7330928

  65. [65]

    Verification of the miller–rabin probabilistic primality test,

    J. Hurd, “Verification of the miller–rabin probabilistic primality test,” The Journal of Logic and Algebraic Programming, vol. 56, no. 1, pp. 3–21, 2003, probabilistic Techniques for the Design and Analysis of Systems. [Online]. Available: https://www.sciencedirect.com/science/ article/pii/S1567832602000656

  66. [66]

    Eip-1559: Fee market change for eth 1.0 chain,

    V . Buterin, E. Conner, R. Dudley, M. Slipper, I. Norden, and A. Bakhta, “Eip-1559: Fee market change for eth 1.0 chain,” Apr 2019. [Online]. Available: https://eips.ethereum.org/EIPS/eip-1559

  67. [67]

    Reductions among number theoretic problems,

    H. Woll, “Reductions among number theoretic problems,”Information and Computation, vol. 72, no. 3, pp. 167–179, 1987. [Online]. Available: https://www.sciencedirect.com/science/article/pii/0890540187900307

  68. [68]

    A cryptographic test of quantumness and certifiable randomness from a single quantum device,

    Z. Brakerski, P. Christiano, U. Mahadev, U. Vazirani, and T. Vidick, “A cryptographic test of quantumness and certifiable randomness from a single quantum device,” in2018 IEEE 59th Annual Symposium on Foundations of Computer Science (FOCS), 2018, pp. 320–331

  69. [69]

    Quantum computational supremacy,

    A. W. Harrow and A. Montanaro, “Quantum computational supremacy,” Nature, vol. 549, no. 7671, pp. 203–209, 2017

  70. [70]

    Powers- of-tau to the people: Decentralizing setup ceremonies,

    V . Nikolaenko, S. Ragsdale, J. Bonneau, and D. Boneh, “Powers- of-tau to the people: Decentralizing setup ceremonies,” inApplied Cryptography and Network Security, C. P ¨opper and L. Batina, Eds. Cham: Springer Nature Switzerland, 2024, pp. 105–134

  71. [71]

    Explicit codes achieving list decoding capacity: Error-correction with optimal redundancy,

    V . Guruswami and A. Rudra, “Explicit codes achieving list decoding capacity: Error-correction with optimal redundancy,”IEEE Transactions on Information Theory, vol. 54, no. 1, pp. 135–150, 2008

  72. [72]

    Improved list size for folded reed-solomon codes,

    S. Srivastava, “Improved list size for folded reed-solomon codes,”arXiv preprint arXiv:2410.09031, 2024

  73. [73]

    contracts/bounty-contracts/support/random-bytes- accumulator/randombytesaccumulator.sol,

    N. Papadopoulos, “contracts/bounty-contracts/support/random-bytes- accumulator/randombytesaccumulator.sol,” Oct 2023. [Online]. Available: https://github.com/nikojpapa/ethereum-quantum-bounty/ blob/93bc373751c7b2ba2d01f7eb5972403ffd08011d/ contracts/bounty-contracts/support/random-bytes-accumulator/ RandomBytesAccumulator.sol

  74. [74]

    test/bounty-contracts/support/random-bytes- accumulator.test.ts,

    ——, “test/bounty-contracts/support/random-bytes- accumulator.test.ts,” Oct 2023. [Online]. Available: https://github.com/nikojpapa/ethereum-quantum-bounty/blob/ 93bc373751c7b2ba2d01f7eb5972403ffd08011d/test/bounty-contracts/ support/random-bytes-accumulator.test.ts

  75. [75]

    contracts/bounty-contracts/bountycontract.sol,

    ——, “contracts/bounty-contracts/bountycontract.sol,” Oct 2023. [Online]. Available: https: //github.com/nikojpapa/ethereum-quantum-bounty/blob/ 93bc373751c7b2ba2d01f7eb5972403ffd08011d/contracts/ bounty-contracts/BountyContract.sol

  76. [76]

    test/bounty-contracts/bounty-test-factory.ts,

    ——, “test/bounty-contracts/bounty-test-factory.ts,” Oct 2023. [Online]. Available: https://github.com/nikojpapa/ethereum-quantum-bounty/blob/ 93bc373751c7b2ba2d01f7eb5972403ffd08011d/test/bounty-contracts/ bounty-test-factory.ts

  77. [77]

    contracts/bounty-contracts/prime-factoring- bounty/primefactoringbounty.sol,

    ——, “contracts/bounty-contracts/prime-factoring- bounty/primefactoringbounty.sol,” Oct 2023. [Online]. Available: https://github.com/nikojpapa/ethereum-quantum-bounty/ blob/93bc373751c7b2ba2d01f7eb5972403ffd08011d/contracts/ bounty-contracts/prime-factoring-bounty/PrimeFactoringBounty.sol

  78. [78]

    test/bounty-contracts/prime-factoring-bounty/prime- factoring-bounty-with-predetermined-locks/prime-factoring-bounty- with-predetermined-locks.test.ts,

    ——, “test/bounty-contracts/prime-factoring-bounty/prime- factoring-bounty-with-predetermined-locks/prime-factoring-bounty- with-predetermined-locks.test.ts,” Apr 2023. [Online]. Available: https://github.com/nikojpapa/ethereum-quantum-bounty/ blob/93bc373751c7b2ba2d01f7eb5972403ffd08011d/ test/bounty-contracts/prime-factoring-bounty/ prime-factoring-bount...

  79. [79]

    test/bounty-contracts/prime-factoring-bounty/miller- rabin.test.ts,

    ——, “test/bounty-contracts/prime-factoring-bounty/miller- rabin.test.ts,” Apr 2023. [Online]. Available: https://github.com/nikojpapa/ethereum-quantum-bounty/blob/ 93bc373751c7b2ba2d01f7eb5972403ffd08011d/test/bounty-contracts/ prime-factoring-bounty/miller-rabin.test.ts

  80. [80]

    contracts/bounty-contracts/prime-factoring-bounty/miller- rabin/millerrabin.sol,

    ——, “contracts/bounty-contracts/prime-factoring-bounty/miller- rabin/millerrabin.sol,” Oct 2023. [Online]. Available: https://github.com/nikojpapa/ethereum-quantum-bounty/blob/ 93bc373751c7b2ba2d01f7eb5972403ffd08011d/contracts/ bounty-contracts/prime-factoring-bounty/miller-rabin/MillerRabin.sol

Showing first 80 references.