discrete_logarithm
Snippet from Wikipedia: Discrete logarithm

In mathematics, for given real numbers a {\displaystyle a} and b {\displaystyle b} , the logarithm l o g b ( a ) {\displaystyle log_{b}(a)} is a number x {\displaystyle x} such that b x = a {\displaystyle b^{x}=a} . Analogously, in any group G {\displaystyle G} , powers b k {\displaystyle b^{k}} can be defined for all integers k {\displaystyle k} , and the discrete logarithm log b ( a ) {\displaystyle \log _{b}(a)} is an integer k {\displaystyle k} such that b k = a {\displaystyle b^{k}=a} . In arithmetic modulo an integer m {\displaystyle m} , the more commonly used term is index: One can write k = i n d b a ( mod m ) {\displaystyle k=\mathbb {ind} _{b}a{\pmod {m}}} (read "the index of a {\displaystyle a} to the base b {\displaystyle b} modulo m {\displaystyle m} ") for b k a ( mod m ) {\displaystyle b^{k}\equiv a{\pmod {m}}} if b {\displaystyle b} is a primitive root of m {\displaystyle m} and gcd gcd ( a , m ) = 1 {\displaystyle \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: 2024/05/01 03:58 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki