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?
1 | initial version |
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?