discrete_logarithm
Snippet from Wikipedia: Discrete logarithm

In mathematics, for given real numbers a and b, the logarithm logba is a number x such that bx = a. Analogously, in any group G, powers bk can be defined for all integers k, and the discrete logarithm logba is an integer k such that bk = a. In arithmetic modulo an integer m, the more commonly used term is index: One can write k = indb a (mod m) (read "the index of a to the base b modulo m") for bka (mod m) if b is a primitive root of m and gcd(a,m) = 1.

Discrete logarithms are quickly computable in a few special cases. However, no efficient method is known for computing them in general. In cryptography, the computational complexity of the discrete logarithm problem, along with its application, was first proposed in the Diffie–Hellman problem. Several important algorithms in public-key cryptography, such as ElGamal, base their security on the hardness assumption that the discrete logarithm problem (DLP) over carefully chosen groups has no efficient solution.

discrete_logarithm.txt · Last modified: 2025/02/01 07:01 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki