Asymptotic Granularity Reduction and Its Application
Shenghui Su, Shuwang Lv, and Xiubin Fan

TL;DR
This paper introduces asymptotic granularity reduction (AGR), a novel method combining asymptotic analysis and logarithmic granularities, to compare the computational difficulty of inverting functions, providing insights into cryptographic security.
Contribution
The paper proposes AGR as an extension to polynomial time reduction, demonstrating its effectiveness in analyzing the complexity of cryptographic inversion problems and offering new evidence for cryptosystem security.
Findings
AGR confirms inverting y = x^x (mod p) is harder than y = g^x (mod p)
Inverting y = g^(x^n) (mod p) is equivalent to y = g^x (mod p)
AGR results align with existing cryptographic complexity facts
Abstract
It is well known that the inverse function of y = x with the derivative y' = 1 is x = y, the inverse function of y = c with the derivative y' = 0 is inexistent, and so on. Hence, on the assumption that the noninvertibility of the univariate increasing function y = f(x) with x > 0 is in direct proportion to the growth rate reflected by its derivative, the authors put forward a method of comparing difficulties in inverting two functions on a continuous or discrete interval called asymptotic granularity reduction (AGR) which integrates asymptotic analysis with logarithmic granularities, and is an extension and a complement to polynomial time (Turing) reduction (PTR). Prove by AGR that inverting y = x ^ x (mod p) is computationally harder than inverting y = g ^ x (mod p), and inverting y = g ^ (x ^ n) (mod p) is computationally equivalent to inverting y = g ^ x (mod p), which are compatible…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsChaos-based Image/Signal Encryption · Coding theory and cryptography · Cryptographic Implementations and Security
