Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagelib
Path: blob/master/sage/libs/ntl/ntl_GF2E.pxd
4097 views
include "decl.pxi"
include "../../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)