LICENSE
README.md
pyproject.toml
snforacle/__init__.py
snforacle/ff_interface.py
snforacle/ff_schema.py
snforacle/interface.py
snforacle/poly_interface.py
snforacle/poly_schema.py
snforacle/py.typed
snforacle/schema.py
snforacle.egg-info/PKG-INFO
snforacle.egg-info/SOURCES.txt
snforacle.egg-info/dependency_links.txt
snforacle.egg-info/requires.txt
snforacle.egg-info/top_level.txt
snforacle/backends/__init__.py
snforacle/backends/base.py
snforacle/backends/cypari2.py
snforacle/backends/ff_base.py
snforacle/backends/flint.py
snforacle/backends/flint_ff.py
snforacle/backends/magma.py
snforacle/backends/magma_ff.py
snforacle/backends/magma_poly.py
snforacle/backends/pari_cache_table.json
snforacle/backends/poly_base.py
snforacle/backends/pure_python.py
snforacle/backends/pure_python_ff.py
snforacle/backends/pure_python_poly.py
snforacle/backends/sage.py
snforacle/backends/sage_ff.py
snforacle/backends/sage_poly.py
tests/test_cypari2.py
tests/test_evil_ff.py
tests/test_evil_int.py
tests/test_evil_poly.py
tests/test_flint.py
tests/test_flint_ff.py
tests/test_hardcode.py
tests/test_magma.py
tests/test_magma_ff.py
tests/test_magma_poly.py
tests/test_pure_python.py
tests/test_pure_python_ff.py
tests/test_pure_python_poly.py
tests/test_random_crossbackend.py
tests/test_sage.py
tests/test_sage_ff.py
tests/test_sage_poly.py