.gitignore
CMakeLists.txt
LICENSE
README.md
na_set.txt
pyproject.toml
setup.cfg
setup.py
.github/workflows/build-docs
.github/workflows/build_test.yml
.github/workflows/clear-target-files
.github/workflows/docs.yml
.github/workflows/linuxbuildwheels
.github/workflows/macosbuildwheel
.github/workflows/wheels.yml
bench/bench.py
cryptomite/CMakeLists.txt
cryptomite/__init__.py
cryptomite/circulant.py
cryptomite/dodis.py
cryptomite/pycryptomite.cpp
cryptomite/raz.py
cryptomite/toeplitz.py
cryptomite/trevisan.py
cryptomite/utils.py
cryptomite.egg-info/PKG-INFO
cryptomite.egg-info/SOURCES.txt
cryptomite.egg-info/dependency_links.txt
cryptomite.egg-info/not-zip-safe
cryptomite.egg-info/top_level.txt
docs/Makefile
docs/bibliography.rst
docs/conf.py
docs/cryptomite.rst
docs/gettingstarted.rst
docs/glossary.rst
docs/index.rst
docs/intro.rst
docs/make.bat
docs/notebooks.rst
docs/performance.rst
docs/requirements.txt
docs/_static/.DS_Store
docs/_static/images/cryptomite_logo_blur.png
docs/_static/images/cryptomite_logo_full_blur.png
docs/_static/images/favicon.png
docs/examples/example.ipynb
docs/figures/Table.png
docs/figures/extractor_flow_chart.png
docs/figures/performance.png
src/.gitignore
src/.gitmodules
src/.travis.yml
src/CMakeLists.txt
src/bigntt.cpp
src/bigntt.h
src/irreducible_poly.cpp
src/irreducible_poly.h
src/ntt.cpp
src/ntt.h
src/trevisan.cpp
src/trevisan.h
test/CMakeLists.txt
test/requirements.txt
test/test_circulant.py
test/test_dodis.py
test/test_ntt.py
test/test_toeplitz.py
test/test_vn.py
test/tests.cpp