First time here? Check out the FAQ!
asked 4 years ago
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
undeclared name not builtin: GF
How to use finite fields in cython?