FAAST  0.2.1
Todo List
Class FAAST::Field< T >
Field objects are immortal. A better memory management involving garbage collection may be implemented one day.
Global FAAST::Field< T >::createField (const BigInt &p, const long d=1, const bool test=true)
For the moment the default polynomial is generated randomly. When p divides d , this prevents from building successive Artin-Schreier extensions if the (d - 1)-th coeffcient of the randomly generated polynomial is 0. In fact in this case the generator of the field has trace 0 and the costruction of [DFS '09] doesn't work. It would be nice to have a better generation routine that discards such polynomials.
Global FAAST::FieldElement< T >::print (ostream &o, const vector< string > &vars) const
This method sucks!