@Moos I'm not sure what you mean by realize. I'm reading about Reed-Solomon error detection and GF(2^8) seems to be used in some of the documents I've found which describe the algorithm.
– savNov 03 '15 at 07:17
http://www.cs.duke.edu/courses/spring10/cps296.3/finitefields.pdf
– savNov 03 '15 at 07:18
@Hagen von Eitzen maybe I am missunderstanding galois fields. But I just thought that a galois field was a field with a finite number of elements. In my case, the integers from 0 to 255, with + and × in (mod 256). I'm not sure how polynomials come into this.
– savNov 03 '15 at 13:10
1
$GF(2^8)$ is not " the integers from 0 to 255, with + and × in (mod 256)" which is $\mathbb Z_{256}$ or $\mathbb Z/256\mathbb Z$. I doubt that a CS course at Duke University claims what you say it does.
– Dilip SarwateNov 03 '15 at 17:30
Yea I've most likely misunderstood something. What is $GF(2^8)$ then ?
– savNov 04 '15 at 01:41
The others got it right - the arithmetic of the field $GF(256)$ is not that of integers modulo $256$. That model only works for $GF(p)$, where $p$ is a prime number. At the risk of blowing my own trumpet... in this answer I seek to describe what these fields and their arithmetic look like.
– Jyrki LahtonenNov 04 '15 at 08:00
GF(2^8)
seems to be used in some of the documents I've found which describe the algorithm. – sav Nov 03 '15 at 07:17