Zech's logarithm

1

Zech logarithms are used to implement addition in finite fields when elements are represented as powers of a generator \alpha. Zech logarithms are named after Julius Zech, and are also called Jacobi logarithms, after Carl G. J. Jacobi who used them for number theoretic investigations.

Definition

Given a primitive element \alpha of a finite field, the Zech logarithm relative to the base \alpha is defined by the equation which is often rewritten as The choice of base \alpha is usually dropped from the notation when it is clear from the context. To be more precise, Z_\alpha is a function on the integers modulo the multiplicative order of \alpha, and takes values in the same set. In order to describe every element, it is convenient to formally add a new symbol -\infty, along with the definitions where e is an integer satisfying, that is e=0 for a field of characteristic 2, and for a field of odd characteristic with q elements. Using the Zech logarithm, finite field arithmetic can be done in the exponential representation: These formulas remain true with our conventions with the symbol -\infty, with the caveat that subtraction of -\infty is undefined. In particular, the addition and subtraction formulas need to treat m = -\infty as a special case. This can be extended to arithmetic of the projective line by introducing another symbol +\infty satisfying and other rules as appropriate. For fields of characteristic 2,

Uses

For sufficiently small finite fields, a table of Zech logarithms allows an especially efficient implementation of all finite field arithmetic in terms of a small number of integer addition/subtractions and table look-ups. The utility of this method diminishes for large fields where one cannot efficiently store the table. This method is also inefficient when doing very few operations in the finite field, because one spends more time computing the table than one does in actual calculation.

Examples

Let α ∈ GF(23) be a root of the primitive polynomial x3 + x2 + 1. The traditional representation of elements of this field is as polynomials in α of degree 2 or less. A table of Zech logarithms for this field are Z(−∞) = 0, Z(0) = −∞, Z(1) = 5, Z(2) = 3, Z(3) = 2, Z(4) = 6, Z(5) = 1, and Z(6) = 4. The multiplicative order of α is 7, so the exponential representation works with integers modulo 7. Since α is a root of x3 + x2 + 1 then that means α3 + α2 + 1 = 0, or if we recall that since all coefficients are in GF(2), subtraction is the same as addition, we obtain α3 = α2 + 1. The conversion from exponential to polynomial representations is given by Using Zech logarithms to compute α 6 + α 3: or, more efficiently, and verifying it in the polynomial representation:

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article