<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>discrete logarithm problem &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/discrete-logarithm-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 22:53:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>discrete logarithm problem &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>FastGTDLP: New algorithm tackles small-exponent discrete logarithms in group GT</title>
		<link>https://scienmag.com/fastgtdlp-new-algorithm-tackles-small-exponent-discrete-logarithms-in-group-gt/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 22:52:56 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[baby-step giant-step algorithm improvements]]></category>
		<category><![CDATA[blockchain privacy]]></category>
		<category><![CDATA[blockchain security]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[decryption time optimization]]></category>
		<category><![CDATA[decryption time reduction]]></category>
		<category><![CDATA[discrete logarithm problem]]></category>
		<category><![CDATA[efficient decryption methods]]></category>
		<category><![CDATA[efficient encryption schemes]]></category>
		<category><![CDATA[elliptic curve cryptography]]></category>
		<category><![CDATA[elliptic curve pairings]]></category>
		<category><![CDATA[FastGTDLP algorithm]]></category>
		<category><![CDATA[federated learning security]]></category>
		<category><![CDATA[group GT cryptography]]></category>
		<category><![CDATA[homomorphic encryption]]></category>
		<category><![CDATA[privacy-preserving computations]]></category>
		<category><![CDATA[public-key cryptography advancements]]></category>
		<category><![CDATA[small-exponent discrete logs]]></category>
		<guid isPermaLink="false">https://scienmag.com/fastgtdlp-new-algorithm-tackles-small-exponent-discrete-logarithms-in-group-gt/</guid>

					<description><![CDATA[Cryptographers in China have unveiled a new algorithm that dramatically accelerates one of the most persistent bottlenecks in modern encryption, slashing decryption times that once stretched to nearly four minutes down to under three seconds. The algorithm, called FastGTDLP, targets a specialized version of the discrete logarithm problem that sits at the heart of homomorphic [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Cryptographers in China have unveiled a new algorithm that dramatically accelerates one of the most persistent bottlenecks in modern encryption, slashing decryption times that once stretched to nearly four minutes down to under three seconds. The algorithm, called FastGTDLP, targets a specialized version of the discrete logarithm problem that sits at the heart of homomorphic encryption schemes used in federated learning, blockchain systems, and privacy-preserving computations. According to the research team at Information Engineering University in Zhengzhou, the new method achieves more than sixty times the efficiency of the widely used baby-step giant-step algorithm when plaintexts reach forty bits or longer, and nearly eighty-fold improvements in full decryption pipelines for forty-six-bit messages.</p>
<p>The discrete logarithm problem, or DLP, is one of the classical pillars of public-key cryptography. In schemes built on elliptic curve bilinear pairings, security rests on the assumption that recovering an exponent from a group element is computationally infeasible. Yet the very same mathematical structure creates an awkward paradox for a family of encryption schemes known as additively homomorphic encryption, or AHE. These schemes allow computations to be performed directly on encrypted data, but to achieve their additive property they must encode each plaintext message as a power of a generator inside a particular mathematical arena: the multiplicative cyclic group GT, which is the value domain of the elliptic curve pairing. Decryption then requires solving a discrete logarithm with a small exponent to recover the original message. The difficulty of that recovery grows exponentially with the length of the plaintext in bits, and beyond roughly forty bits the computation time becomes impractically slow. This ceiling has long constrained how much information can be packed into a single encrypted value, inflating both communication overhead and computation cost in large-scale privacy-preserving applications.</p>
<p>The research, published in the journal Cybersecurity, builds on the baby-step giant-step algorithm first proposed by Daniel Shanks in 1971. BSGS trades memory for speed by precomputing a dictionary of powers of the generator and then walking through candidate exponents until a match is found. For general groups and for elliptic curve discrete logarithms, BSGS performs admirably, achieving a time complexity on the order of the square root of the group order. But applying it directly to group GT exposes two crushing weaknesses. First, elements of GT in the SM9 identity-based cryptographic standard used for the team&#8217;s experiments live in a twelfth-degree extension of a base finite field, meaning each element comprises twelve components, and a single multiplication inside GT requires 144 base-field multiplications. Because the dictionary lookup actually depends on only partial information from each element, the vast majority of that computation is wasted redundancy. Second, the space demands are enormous: with 32-byte base-field elements, a single GT element spans 384 bytes, and storing the roughly sixteen million precomputed elements needed for a 24-bit baby-step phase would consume roughly six gigabytes before accounting for the typical eightfold redundancy of standard hash-table structures, pushing total requirements near fifty gigabytes, well beyond ordinary computers.</p>
<p>The new work attacks both weaknesses simultaneously through three core innovations. The first is dictionary key compression. Rather than using the complete 384-byte GT element as the dictionary key, the algorithm uses just the lowest 64 bits of a single component, a reduction by a factor of 48. The team analyzed collision probabilities using the birthday paradox, showing that for the parameter choices in question the chance of a problematic key collision during dictionary construction is minuscule, and a final verification step, which checks whether raising the generator to the candidate solution reproduces the target element, guarantees correctness. Because the verification probability approaches one in practice, the extra exponentiation operations it demands are negligible.</p>
<p>The second innovation exploits the internal arithmetic of GT to slash computation. Since dictionary lookups no longer require full elements, the algorithm computes only a single key component during each iteration, skipping the other eleven entirely and reducing the multiplication cost to one twelfth of the naive approach. The researchers provide explicit formulas showing how the highest and lowest components of a product can be derived from pairwise products of the operands&#8217; components, allowing the relevant piece to be extracted without ever assembling the full result.</p>
<p>The third and mathematically most elegant innovation is an expansion of the iteration range, built on a striking property of inversion within GT. When an element of GT is inverted, six of its twelve components remain unchanged, which the authors call symmetric components, while the other six simply flip sign, the antisymmetric components. This means that inversion, normally an expensive operation in finite-field arithmetic, is nearly free over GT. The team leverages this to make each dictionary query cover both a positive and a negative exponent range: for symmetric-component keys, the key of an element and the key of its inverse are identical, so a single stored entry matches exponents in a doubled interval. By additionally computing both the product and the quotient of the running accumulator with each giant-step element, quantities whose component calculations share most of their intermediate work, the algorithm effectively runs on two legs instead of one. Combined with a doubling of the giant-step distance, the coverage per iteration expands fourfold, cutting the number of iterations to one quarter of what BSGS requires with only marginal additional cost per step.</p>
<p>These ideas are packaged into two concrete implementations. FastGTDLP-sym uses the lowest component of the element, which belongs to the symmetric set, as the dictionary key and performs two dictionary queries per iteration, requiring on average slightly more post-match verifications. FastGTDLP-asym uses the highest component, which is antisymmetric, performs four queries per iteration, and needs only a single verification after a match. The choice between them depends on the plaintext length: in the team&#8217;s experiments, the asymmetric variant performs best when the giant-step phase involves fourteen bits or fewer, while the symmetric variant takes over for longer ranges. On top of the core algorithm, the authors incorporate cuckoo hashing, a data structure that maps each key to one of several candidate positions using multiple short hash functions, cutting memory redundancy from eightfold to about 1.3-fold. By extracting 32-bit segments of the GT components to serve implicitly as hash indices, the dictionary shrinks from roughly a gigabyte to about 166 megabytes, less than eleven percent of the original footprint. Because each iteration is independent, the workload also parallelizes cleanly across threads, with the authors noting that sixteen threads can divide a 16-bit giant-step phase into chunks of just over a thousand iterations each.</p>
<p>The experimental results are striking. Tested on the SM9 curve parameters using an open-source Python library for Chinese cryptographic algorithms, with each measurement averaged over 500 runs, FastGTDLP begins outperforming BSGS at plaintext lengths of thirty bits, and the advantage widens rapidly as length increases. At forty-six bits, the symmetric variant reaches 78.9 times the efficiency of BSGS and the asymmetric variant 69.6 times. The Pollard Kangaroo algorithm, another classical candidate for small-exponent discrete logs, was measured to be nearly a thousand times slower than BSGS in this setting and was excluded from the comparisons. When the algorithm was embedded into two full identity-based AHE schemes, one published earlier by members of the same team and another based on SM2 and SM9, the effect on end-to-end decryption was transformative: at a plaintext length of forty-six bits, decryption time fell from 222 seconds to 2.82 seconds. The team attributes the improvement to the fact that, at these lengths, discrete logarithm solving dominates the decryption cost almost entirely, so gains in the DLP solver translate directly into gains in the overall scheme.</p>
<p>The practical implications extend across the growing ecosystem of privacy-preserving technologies. Additively homomorphic encryption underpins secure data aggregation in federated learning, where thousands of participants contribute encrypted model updates; auditable confidential transactions in blockchain systems; and privacy-preserving online auctions. In all of these, the usable plaintext length determines how much information each ciphertext can carry, and longer plaintexts mean fewer ciphertexts, less network traffic, and richer computation on encrypted data. By making forty-six-bit plaintexts decryptable in seconds rather than minutes, the new algorithm extends the practical reach of pairing-based AHE by roughly an additional byte per message, which the authors note is a meaningful step toward making such schemes viable in production privacy computing and blockchain deployments. Because the ciphertext expansion and communication costs scale with the gap between plaintext and group size, every bit recovered from the decryption bottleneck improves the information density of the entire pipeline.</p>
<p>Importantly, the authors emphasize that their optimizations, although demonstrated on the SM9 curve, are curve-agnostic in principle. The core techniques, partial-component keys, selective component computation, and inversion-based iteration expansion, can be re-derived for other pairing-friendly elliptic curves by adjusting the extension-field arithmetic to match each curve&#8217;s embedding degree and tower structure. The team also outlines an ambitious agenda for future work: deeper exploration of the mathematical properties of GT to widen the per-iteration coverage further, and GPU acceleration and heterogeneous computing to push toward plaintext lengths of sixty-four bits and beyond, a threshold that has remained firmly out of reach for pairing-based homomorphic schemes.</p>
<p>The work also sits within a broader research conversation about the discrete logarithm problem itself. For general elliptic curve groups, no sub-exponential algorithms are known, and generic-group lower bounds confirm that sqrt-order complexity is asymptotically optimal, which is precisely why the new paper&#8217;s gains come from exploiting the specific algebraic structure of GT rather than from any generic improvement. Prior efforts had chipped away at the problem from various angles: truncated lookup tables to reduce memory, MapReduce-based distributed collision search in cloud environments, and earlier SM9-based AHE designs that achieved moderate speedups by exploiting algebraic properties of GT without changing the order of magnitude. What distinguishes FastGTDLP is the combination of a fourfold iteration expansion, a twelvefold reduction in per-step computation, and a nearly order-of-magnitude compression of dictionary storage, which together compound into the reported sixty to eighty-fold overall gains. For a problem that has constrained pairing-based homomorphic encryption for over two decades, the result represents one of the largest practical leaps in recent memory, and it arrives just as demand for efficient encrypted computation is surging across industry and academia.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> An efficient algorithm, FastGTDLP, for solving the small-exponent discrete logarithm problem over the multiplicative cyclic group GT to accelerate decryption in additively homomorphic encryption schemes based on elliptic curve bilinear pairings.</p>
<p><strong>Article Title:</strong> FastGTDLP: efficient algorithm for small-exponent discrete logarithm problem over group GT</p>
<p><strong>Article References:</strong> Xie, Z., Liu, S., Zhang, Y., &amp; Luo, Y. (2026). FastGTDLP: efficient algorithm for small-exponent discrete logarithm problem over group GT. <em>Cybersecurity, 9</em>(1), Article 80. <a href="https://doi.org/10.1186/s42400-025-00464-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s42400-025-00464-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s42400-025-00464-4" target="_blank" rel="noopener noreferrer">10.1186/s42400-025-00464-4</a></p>
<p><strong>Keywords:</strong> discrete logarithm problem, multiplicative cyclic group GT, additively homomorphic encryption, baby-step giant-step algorithm, elliptic curve bilinear pairings, cuckoo hashing, SM9, identity-based encryption, privacy-preserving computation, decryption efficiency</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191103</post-id>	</item>
		<item>
		<title>The Mathematical Principles Powering Post-Quantum Cryptography</title>
		<link>https://scienmag.com/the-mathematical-principles-powering-post-quantum-cryptography/</link>
		
		<dc:creator><![CDATA[Reid Dalton]]></dc:creator>
		<pubDate>Tue, 09 Sep 2025 14:24:24 +0000</pubDate>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[cryptographic standards development]]></category>
		<category><![CDATA[discrete logarithm problem]]></category>
		<category><![CDATA[future of cryptography in technology]]></category>
		<category><![CDATA[integer factorization in cryptography]]></category>
		<category><![CDATA[NIST post-quantum initiatives]]></category>
		<category><![CDATA[Peter Shor quantum algorithm]]></category>
		<category><![CDATA[post-quantum cryptography]]></category>
		<category><![CDATA[quantum computing security]]></category>
		<category><![CDATA[quantum hardware advancements]]></category>
		<category><![CDATA[quantum-resistant encryption techniques]]></category>
		<category><![CDATA[threats to data privacy in quantum era]]></category>
		<category><![CDATA[vulnerabilities of classical encryption]]></category>
		<guid isPermaLink="false">https://scienmag.com/the-mathematical-principles-powering-post-quantum-cryptography/</guid>

					<description><![CDATA[Quantum computing stands at the forefront of transformative technology, heralding a new era of computational capability. Yet, as with all powerful technologies, it is a double-edged sword. While promising unprecedented advances across various domains, it simultaneously threatens the very foundations of current cryptographic systems that secure global communications. The dawn of practical quantum machines could [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Quantum computing stands at the forefront of transformative technology, heralding a new era of computational capability. Yet, as with all powerful technologies, it is a double-edged sword. While promising unprecedented advances across various domains, it simultaneously threatens the very foundations of current cryptographic systems that secure global communications. The dawn of practical quantum machines could render widely used encryption schemes obsolete, precipitating an urgent need for cryptosystems resilient to quantum attacks—commonly referred to as post-quantum cryptography.</p>
<p>The groundbreaking work by mathematician Peter Shor in 1994 revealed quantum algorithms capable of efficiently solving problems that underpin conventional cryptography, such as integer factorization and discrete logarithms. This revelation shook the cryptographic community, alerting researchers worldwide to the vulnerabilities posed by quantum algorithms. The trajectory of quantum computing swiftly accelerated, marked notably by the 2007 demonstration of the first quantum hardware by the Canadian company D-Wave. Since then, the rapid pace of quantum technology has heightened concerns about data security and privacy in the quantum era.</p>
<p>In response, significant efforts have been dedicated to developing cryptographic standards designed to withstand quantum attacks. The National Institute of Standards and Technology (NIST) has played a pivotal role by identifying and evaluating post-quantum cryptographic candidates. In 2022, NIST shortlisted four primary contenders: CRYSTALS-Kyber, CRYSTALS-Dilithium, Falcon, and Sphincs+. Notably, the first three are based on the rich mathematical framework of lattice theory, while Sphincs+ employs hash-based constructions. By 2024, NIST formally approved three standards—FIPS 203, FIPS 204, and FIPS 205—anchored on CRYSTALS-Kyber, CRYSTALS-Dilithium, and Sphincs+, respectively, with Falcon under consideration.</p>
<p>At the heart of lattice-based cryptography lies deep mathematical problems long studied by generations of mathematicians. Lattices are periodic arrangements of points in multidimensional space, first conceptualized by Gauss in the early 19th century. Their structural richness forms the basis for many hard computational problems pivotal to cryptographic security. Chief among these are the shortest vector problem (SVP) and the closest vector problem (CVP), which ask, respectively, for the shortest non-zero vector in a lattice and for the lattice point nearest to a given external point. Far from abstract curiosities, these problems relate directly to classical geometric concepts such as ball packing and ball covering.</p>
<p>The SVP can be elegantly interpreted as an optimal arrangement of hyperspheres (or &#8220;balls&#8221;) centered at lattice points, each having half the length of the shortest lattice vectors as their radius. Here, the challenge is to understand how these spheres pack tightly without overlap, a problem that traces back to Kepler’s sphere packing conjecture and has fascinated luminaries like Newton and Minkowski. Complementarily, the CVP probes how spheres can cover space, leading to profound implications in error correction and geometric number theory. Both problems are also equivalent to studying positive definite quadratic forms, a class of functions encapsulating a wide array of arithmetic properties and symmetries.</p>
<p>The interplay between these geometric, algebraic, and computational perspectives situates lattice problems at a multidisciplinary crossroads. Contemporary research has not only highlighted their intractability—considered resistant even against quantum adversaries—but also revealed fertile ground for advancing cryptographic constructions. This layered foundation resembles a tree: post-quantum cryptosystems are the fruits borne by the complexity theories of SVP and CVP as the tree’s branches, all rooted in the deep soil of lattice mathematics and quadratic form theory. Understanding this full ecosystem is essential for both mathematicians aiming to explore these fundamental structures and cryptographers tasked with deploying secure primitives in practice.</p>
<p>Despite their robustness, lattice-based schemes are far from a final solution. The mathematical challenges underpinning them are nuanced, and understanding their subtle properties requires continuous, rigorous research. Factors such as hardness assumptions, algorithmic efficiency, and error distributions remain active areas of investigation. Future breakthroughs in analyzing SVP and CVP variants may unlock new possibilities or highlight vulnerabilities, demanding vigilant adaptation. This ongoing dialogue underscores the vibrant synergy between abstract mathematics and the pragmatic needs of cryptographic security.</p>
<p>The urgency surrounding post-quantum cryptography cannot be overstated. Should scalable quantum computers materialize without protective measures in place, encrypted data transmitted today—ranging from personal communications to state secrets—could be retroactively compromised. This temporal aspect differentiates post-quantum efforts from traditional cryptographic progress, imposing an imperative for proactive transition. In November 2024, NIST released a comprehensive guideline detailing migration strategies, timelines, and best practices, providing a vital roadmap for governments, industries, and academia alike.</p>
<p>Collaboration remains fundamental to the post-quantum cryptographic endeavor. While mathematicians decode the complexities of lattice problems and develop theoretical proofs, cryptographers translate these insights into efficient, secure protocols. Simultaneously, quantum computing scientists must quantify the realistic capabilities of quantum adversaries, ensuring that cryptographic assumptions align with evolving hardware realities. Only through this multidisciplinary concerted effort can resilient defenses be constructed against future quantum threats.</p>
<p>Beyond technical challenges, post-quantum cryptography carries broader societal implications. Data integrity, privacy, and trust in digital infrastructure underpin modern economies and governance. The transition to quantum-safe cryptography represents a critical investment in preserving these pillars of stability amidst rapidly changing technological landscapes. Furthermore, this transition offers fertile ground for innovation, inspiring novel algorithms, hardware designs, and optimization techniques that may extend benefits beyond security to fields such as machine learning and optimization.</p>
<p>The mathematical beauty underlying post-quantum cryptography also rekindles appreciation for centuries-old theories within number theory and geometry. Problems once considered purely theoretical now underpin the security guarantees of cutting-edge technology. This convergence exemplifies how abstract mathematical inquiry can bloom into tangible societal impact, inspiring both current researchers and future generations to deepen their exploration of these timeless structures.</p>
<p>In conclusion, the emergence of quantum computing prompts both immense opportunities and serious challenges. The mathematical foundations of post-quantum cryptography—rooted in lattice theory, the shortest vector problem, and positive definite quadratic forms—provide a compelling framework to safeguard digital communication against prospective quantum attacks. While the path forward demands rigorous research, cross-disciplinary collaboration, and proactive deployment initiatives, it also embodies a remarkable testament to human ingenuity, bridging the abstract realm of higher mathematics with the indispensable tools securing our information age.</p>
<p>Subject of Research: Post-Quantum Cryptography and Lattice Theory<br />
Article Title: The Mathematical Foundation of Post-Quantum Cryptography<br />
News Publication Date: 26-Aug-2025<br />
Web References: http://dx.doi.org/10.34133/research.0801<br />
Image Credits: Copyright © 2025 Chuanming Zong<br />
Keywords: Post-Quantum Cryptography, Shortest Vector Problem, Closest Vector Problem, Lattice Theory, Quantum Computing, Cryptographic Security, Positive Definite Quadratic Forms, NIST Standards, Quantum-Resistant Encryption</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">77101</post-id>	</item>
	</channel>
</rss>
