Ask Your Question

Revision history [back]

How to use finite fields in cython?

To use finite fields there is the function GF.
It works well in python, but produces the following error in cython:
undeclared name not builtin: GF

How to use finite fields in cython?