finite fields as Z/pZ (p prime), Z/mZ (m not prime), extensions of Z/pZ
with p^k elements are part of the kernel of Singular
(see
http://www.singular.uni-kl.de/Manual/4-0-3/sing_28.htmhttp://www.singular.uni-kl.de/Manual/4-0-3/sing_30.htmwith the following limits:
http://www.singular.uni-kl.de/Manual/4-0-3/sing_455.htm)
If you want to list all elements of Z/pZ or Z/mZ,
simply start with number(0) and add 1 until you get again 0.
The elements of GF(p^k) are 0 and all powers of a (till you get 1).
For OTHER extensions of Z/pZ (given by a minpoly) there is no easy way
to list all elements (beside all possible polynomials in a with debree <
degree(minpoly)).