All public logs

Jump to navigation Jump to search

Combined display of all available logs of Algorithm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:25, 15 February 2023 Admin talk contribs created page Discrete Logarithm Over Finite Fields (Created page with "{{DISPLAYTITLE:Discrete Logarithm Over Finite Fields (Logarithm Calculations)}} == Description == Let $F_{p^n}$ denote the finite field of $p^n$ elements, where $p$ is a prime. Let $x$ be a generator for the multiplicative group of $F_{p^n}$. The discrete logarithm problem over $F_{p^n}$ is to compute, for any given nonzero $h \in F_{p^n}$, the least nonnegative integer $e$ such that $x^e=h$. In this context we shall write $e=\log_x h$. == Parameters == <pre>n: numb...")