Zech's logarithm

Zech logarithms are used to implement addition in finite fields when elements are represented as powers of a generator .

Zech logarithms are named after Julius Zech, and are also called Jacobi logarithms,[1] after C. G. J. Jacobi who used them for number theoretic investigations (C. G. J. Jacoby, "Über die Kreistheilung und ihre Anwendung auf die Zahlentheorie", in Gesammelte Werke, Vol.6, pp. 254–274).

Definition

If is a primitive element of a finite field, then the Zech logarithm relative to the base is defined by the equation

or equivalently by

The choice of base is usually dropped from the notation when it's clear from context.

To be more precise, is a function on the integers modulo the multiplicative order of , and takes values in the same set. In order to describe every element, it is convenient to formally add a new symbol , along with the definitions

where is an integer satisfying , that is for a field of characteristic 2, and for a field of odd characteristic with 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 , with the caveat that subtraction of is undefined. In particular, the addition and subtraction formulas need to treat as a special case.

This can be extended to arithmetic of the projective line by introducing another symbol satisfying and other rules as appropriate.

Notice that for fields of characteristic two,

.

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

(as shown above)

Using Zech logarithms to compute α6 + α3:

,

or, more efficiently,

,

and verifying it in the polynomial representation:

.

References

  1. Lidl, Rudolf; Niederreiter, Harald (1997), Finite fields, Cambridge University Press, ISBN 978-0-521-39231-0
This article is issued from Wikipedia - version of the 7/19/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.