On 2013-03-13, Volker van Nek <volkervannek at gmail.com> wrote:
> 1. gf_minimal_set(characteristic, reduction poly) just sets the
> minimal number of global variables to allow basic arithmetics. E.g.
> gf_minimal_set doesn't perform a time consuming computation of a
> primitive element.
How about gf_set_minimal_data? or maybe gf_set_data_minimal.
> 2. gf_set_again(data) sets all globals according to the previously
> computed data.
How about gf_set_data_again? I suppose one could also change gf_set_data
to accept one argument or multiple arguments, but that's a little messy.
best
Robert Dodier