Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/src/sage/libs/ntl/ntl_GF2E.pxd
8815 views
include "decl.pxi"
include "sage/ext/cdefs.pxi"

from ntl_GF2EContext cimport ntl_GF2EContext_class

cdef class ntl_GF2E:
    cdef GF2E_c x
    cdef ntl_GF2EContext_class c
    cdef ntl_GF2E _new(self)