CRNTJun 12, 2012

An Efficient Signature Scheme based on Factoring and Discrete Logarithm

arXiv:1206.2610v2
AI Analysis

This work addresses the need for robust cryptographic signatures for secure communications, though it appears incremental as it builds on existing hard problems without introducing a new paradigm.

The paper tackles the problem of designing secure digital signatures by proposing a new scheme based on combining the integer factorization problem (IFP) and discrete logarithm problem (DLP), resulting in an efficient and strongly secure method with computational efficiency in key generation and signing.

This paper proposes a new signature scheme based on two hard problems : the cube root extraction modulo a composite moduli (which is equivalent to the factorisation of the moduli, IFP) and the discrete logarithm problem(DLP). By combining these two cryptographic assumptions, we introduce an efficient and strongly secure signature scheme. We show that if an adversary can break the new scheme with an algorithm $\mathcal{A},$ then $\mathcal{A}$ can be used to sove both the DLP and the IFP. The key generation is a simple operation based on the discrete logarithm modulo a composite moduli. The signature phase is based both on the cube root computation and the DLP. These operations are computationally efficient.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes