2 #ifndef _BPAS_FINITE_FIELD_H_     3 #define _BPAS_FINITE_FIELD_H_     5 #include "../Ring/BPASField.hpp"    11 template<
class Derived>
    16     virtual Derived findPrimitiveRootOfUnity(
long int) 
const = 0;
 An abstract class defining the interface of a field. 
Definition: BPASField.hpp:11
 
An abstract class defining the interface of a prime field. 
Definition: BPASFiniteField.hpp:12