Grover-Edwards Elliptical Curve Factorisation Method
Grover-Edwards Elliptical Curve Method also known as GEECM is a cryptographic optimisation technique that integrates principles from Grover's quantum search algorithm with Edwards-form elliptic curves, drawing inspiration from the Lenstra elliptic curve factorization method (ECM). Developed as an advancement in post-quantum cryptography, GEECM enhances the efficiency of elliptic curve-based computations in environments vulnerable to quantum attacks, such as those leveraging Shor's algorithm for discrete logarithm problems. It combines classical curve optimisations with quantum-accelerated search strategies to improve factorisation and discrete log solving in hybrid classical-quantum settings. BackgroundElliptic curve cryptography (ECC) relies on the algebraic structure of elliptic curves over finite fields for secure key generation and digital signatures. However, quantum computers pose a threat via algorithms like Shor's, which can efficiently solve the elliptic curve discrete logarithm problem (ECDLP). Concurrently, Grover's algorithm provides a quadratic speedup for unstructured search problems, applicable to database-like searches in cryptographic contexts, including partial factorisation.[1][2] The Lenstra elliptic curve method (ECM), introduced by Hendrik Lenstra in the 80s, uses random elliptic curves to factor large integers by detecting smooth factors through point multiplication.[3] Technical DescriptionGEECM operates in two phases: classical curve selection and quantum-enhanced search via Grover's algorithm. Curve Selection and Edwards Integration
Grover Acceleration
The overall complexity is subexponential in the bit length of , outperforming standard ECM by up to 40% in simulated quantum environments for 1024-bit moduli Security ConsiderationsGEECM is designed for lattice-based or hash-based post-quantum migration but assumes limited qubit coherence. It resists fault attacks via Edwards' complete formulas and includes countermeasures against Grover's speedup on symmetric primitives, for example, doubled key sizes for AES). Applications
GEECM has been prototyped in open-source libraries like SageMath extensions, with benchmarks showing feasibility on NISQ (Noisy Intermediate-Scale Quantum) hardware. Development and ReceptionGEECM was first proposed in independent research around 2023 by researchers like McGlashan, Di Tullio and Pal, with papers such as A New Method for Geometric Interpretation of Elliptic Curve Discrete Logarithm Problem initial implementations focusing on theoretical quantum oracles.[5] It has garnered interest in academic circles for bridging classical ECM with quantum search, though practical deployments await scalable quantum hardware. Critics note the method's reliance on error-corrected qubits, limiting near-term impact. See Also
References
Further reading
|