MANIFEST.in
setup.cfg
setup.py
polymath.egg-info/PKG-INFO
polymath.egg-info/SOURCES.txt
polymath.egg-info/dependency_links.txt
polymath.egg-info/requires.txt
polymath.egg-info/top_level.txt
polymath_src/__init__.py
polymath_src/python_wrapper.c
polymath_src/polymath_c/dot.c
polymath_src/polymath_c/eval_id_xor.c
polymath_src/polymath_c/libpolymath.h
polymath_src/polymath_c/poly_array_to_uint64.c
polymath_src/polymath_c/polynomial_modulo.c
polymath_src/polymath_c/polynomial_modulo_padding.c
polymath_src/polymath_c/polynomial_multiplication.c
polymath_src/polymath_c/shift_lfsr.c
polymath_src/polymath_c/uint64_to_poly_array.c
test/__init__.py
test/test_dot.py
test/test_polymath_modulo.py
test/test_polymath_modulo_padding.py
test/test_polymath_multiplication.py