.gitignore
README.md
pyproject.toml
setup.py
setupwin.py
./
.github/workflows/build.yml
chiavdf.egg-info/PKG-INFO
chiavdf.egg-info/SOURCES.txt
chiavdf.egg-info/dependency_links.txt
chiavdf.egg-info/not-zip-safe
chiavdf.egg-info/top_level.txt
src/CMakeLists.txt
src/ClassGroup.h
src/Makefile.vdf-client
src/Reducer.h
src/asm_base.h
src/asm_gcd_128.h
src/asm_gcd_base_continued_fractions.h
src/asm_gcd_base_divide_table.h
src/asm_gcd_unsigned.h
src/asm_main.h
src/asm_types.h
src/asm_vm.h
src/bit_manipulation.h
src/classgroup.py
src/compile_asm.cpp
src/create_discriminant.h
src/double_utility.h
src/gcd_128.h
src/gcd_base_continued_fractions.h
src/gcd_base_divide_table.h
src/gcd_unsigned.h
src/generic.h
src/generic_macros.h
src/gpu_integer.h
src/gpu_integer_divide.h
src/gpu_integer_gcd.h
src/include.h
src/integer.h
src/integer_common.h
src/nucomp.h
src/parameters.h
src/picosha2.h
src/proof_common.h
src/prover_slow.h
src/threading.h
src/vdf.h
src/vdf_bench.cpp
src/vdf_client.cpp
src/vdf_fast.h
src/vdf_new.h
src/vdf_original.h
src/vdf_test.cpp
src/vdf_test.h
src/verifier.h
src/verifier_test.cpp
src/xgcd_partial.c
src/cmake/FindGMP.cmake
src/cmake/FindGMPXX.cmake
src/lib/pybind11/.appveyor.yml
src/lib/pybind11/.gitignore
src/lib/pybind11/.gitmodules
src/lib/pybind11/.readthedocs.yml
src/lib/pybind11/.travis.yml
src/lib/pybind11/CMakeLists.txt
src/lib/pybind11/CONTRIBUTING.md
src/lib/pybind11/ISSUE_TEMPLATE.md
src/lib/pybind11/LICENSE
src/lib/pybind11/MANIFEST.in
src/lib/pybind11/README.md
src/lib/pybind11/setup.cfg
src/lib/pybind11/setup.py
src/lib/pybind11/docs/Doxyfile
src/lib/pybind11/docs/basics.rst
src/lib/pybind11/docs/benchmark.py
src/lib/pybind11/docs/benchmark.rst
src/lib/pybind11/docs/changelog.rst
src/lib/pybind11/docs/classes.rst
src/lib/pybind11/docs/compiling.rst
src/lib/pybind11/docs/conf.py
src/lib/pybind11/docs/faq.rst
src/lib/pybind11/docs/index.rst
src/lib/pybind11/docs/intro.rst
src/lib/pybind11/docs/limitations.rst
src/lib/pybind11/docs/pybind11-logo.png
src/lib/pybind11/docs/pybind11_vs_boost_python1.png
src/lib/pybind11/docs/pybind11_vs_boost_python1.svg
src/lib/pybind11/docs/pybind11_vs_boost_python2.png
src/lib/pybind11/docs/pybind11_vs_boost_python2.svg
src/lib/pybind11/docs/reference.rst
src/lib/pybind11/docs/release.rst
src/lib/pybind11/docs/requirements.txt
src/lib/pybind11/docs/upgrade.rst
src/lib/pybind11/docs/_static/theme_overrides.css
src/lib/pybind11/docs/advanced/classes.rst
src/lib/pybind11/docs/advanced/embedding.rst
src/lib/pybind11/docs/advanced/exceptions.rst
src/lib/pybind11/docs/advanced/functions.rst
src/lib/pybind11/docs/advanced/misc.rst
src/lib/pybind11/docs/advanced/smart_ptrs.rst
src/lib/pybind11/docs/advanced/cast/chrono.rst
src/lib/pybind11/docs/advanced/cast/custom.rst
src/lib/pybind11/docs/advanced/cast/eigen.rst
src/lib/pybind11/docs/advanced/cast/functional.rst
src/lib/pybind11/docs/advanced/cast/index.rst
src/lib/pybind11/docs/advanced/cast/overview.rst
src/lib/pybind11/docs/advanced/cast/stl.rst
src/lib/pybind11/docs/advanced/cast/strings.rst
src/lib/pybind11/docs/advanced/pycpp/index.rst
src/lib/pybind11/docs/advanced/pycpp/numpy.rst
src/lib/pybind11/docs/advanced/pycpp/object.rst
src/lib/pybind11/docs/advanced/pycpp/utilities.rst
src/lib/pybind11/include/pybind11/attr.h
src/lib/pybind11/include/pybind11/buffer_info.h
src/lib/pybind11/include/pybind11/cast.h
src/lib/pybind11/include/pybind11/chrono.h
src/lib/pybind11/include/pybind11/common.h
src/lib/pybind11/include/pybind11/complex.h
src/lib/pybind11/include/pybind11/eigen.h
src/lib/pybind11/include/pybind11/embed.h
src/lib/pybind11/include/pybind11/eval.h
src/lib/pybind11/include/pybind11/functional.h
src/lib/pybind11/include/pybind11/iostream.h
src/lib/pybind11/include/pybind11/numpy.h
src/lib/pybind11/include/pybind11/operators.h
src/lib/pybind11/include/pybind11/options.h
src/lib/pybind11/include/pybind11/pybind11.h
src/lib/pybind11/include/pybind11/pytypes.h
src/lib/pybind11/include/pybind11/stl.h
src/lib/pybind11/include/pybind11/stl_bind.h
src/lib/pybind11/include/pybind11/detail/class.h
src/lib/pybind11/include/pybind11/detail/common.h
src/lib/pybind11/include/pybind11/detail/descr.h
src/lib/pybind11/include/pybind11/detail/init.h
src/lib/pybind11/include/pybind11/detail/internals.h
src/lib/pybind11/include/pybind11/detail/typeid.h
src/lib/pybind11/pybind11/__init__.py
src/lib/pybind11/pybind11/__main__.py
src/lib/pybind11/pybind11/_version.py
src/lib/pybind11/tests/CMakeLists.txt
src/lib/pybind11/tests/conftest.py
src/lib/pybind11/tests/constructor_stats.h
src/lib/pybind11/tests/cross_module_gil_utils.cpp
src/lib/pybind11/tests/local_bindings.h
src/lib/pybind11/tests/object.h
src/lib/pybind11/tests/pybind11_cross_module_tests.cpp
src/lib/pybind11/tests/pybind11_tests.cpp
src/lib/pybind11/tests/pybind11_tests.h
src/lib/pybind11/tests/pytest.ini
src/lib/pybind11/tests/test_async.cpp
src/lib/pybind11/tests/test_async.py
src/lib/pybind11/tests/test_buffers.cpp
src/lib/pybind11/tests/test_buffers.py
src/lib/pybind11/tests/test_builtin_casters.cpp
src/lib/pybind11/tests/test_builtin_casters.py
src/lib/pybind11/tests/test_call_policies.cpp
src/lib/pybind11/tests/test_call_policies.py
src/lib/pybind11/tests/test_callbacks.cpp
src/lib/pybind11/tests/test_callbacks.py
src/lib/pybind11/tests/test_chrono.cpp
src/lib/pybind11/tests/test_chrono.py
src/lib/pybind11/tests/test_class.cpp
src/lib/pybind11/tests/test_class.py
src/lib/pybind11/tests/test_constants_and_functions.cpp
src/lib/pybind11/tests/test_constants_and_functions.py
src/lib/pybind11/tests/test_copy_move.cpp
src/lib/pybind11/tests/test_copy_move.py
src/lib/pybind11/tests/test_docstring_options.cpp
src/lib/pybind11/tests/test_docstring_options.py
src/lib/pybind11/tests/test_eigen.cpp
src/lib/pybind11/tests/test_eigen.py
src/lib/pybind11/tests/test_enum.cpp
src/lib/pybind11/tests/test_enum.py
src/lib/pybind11/tests/test_eval.cpp
src/lib/pybind11/tests/test_eval.py
src/lib/pybind11/tests/test_eval_call.py
src/lib/pybind11/tests/test_exceptions.cpp
src/lib/pybind11/tests/test_exceptions.py
src/lib/pybind11/tests/test_factory_constructors.cpp
src/lib/pybind11/tests/test_factory_constructors.py
src/lib/pybind11/tests/test_gil_scoped.cpp
src/lib/pybind11/tests/test_gil_scoped.py
src/lib/pybind11/tests/test_iostream.cpp
src/lib/pybind11/tests/test_iostream.py
src/lib/pybind11/tests/test_kwargs_and_defaults.cpp
src/lib/pybind11/tests/test_kwargs_and_defaults.py
src/lib/pybind11/tests/test_local_bindings.cpp
src/lib/pybind11/tests/test_local_bindings.py
src/lib/pybind11/tests/test_methods_and_attributes.cpp
src/lib/pybind11/tests/test_methods_and_attributes.py
src/lib/pybind11/tests/test_modules.cpp
src/lib/pybind11/tests/test_modules.py
src/lib/pybind11/tests/test_multiple_inheritance.cpp
src/lib/pybind11/tests/test_multiple_inheritance.py
src/lib/pybind11/tests/test_numpy_array.cpp
src/lib/pybind11/tests/test_numpy_array.py
src/lib/pybind11/tests/test_numpy_dtypes.cpp
src/lib/pybind11/tests/test_numpy_dtypes.py
src/lib/pybind11/tests/test_numpy_vectorize.cpp
src/lib/pybind11/tests/test_numpy_vectorize.py
src/lib/pybind11/tests/test_opaque_types.cpp
src/lib/pybind11/tests/test_opaque_types.py
src/lib/pybind11/tests/test_operator_overloading.cpp
src/lib/pybind11/tests/test_operator_overloading.py
src/lib/pybind11/tests/test_pickling.cpp
src/lib/pybind11/tests/test_pickling.py
src/lib/pybind11/tests/test_pytypes.cpp
src/lib/pybind11/tests/test_pytypes.py
src/lib/pybind11/tests/test_sequences_and_iterators.cpp
src/lib/pybind11/tests/test_sequences_and_iterators.py
src/lib/pybind11/tests/test_smart_ptr.cpp
src/lib/pybind11/tests/test_smart_ptr.py
src/lib/pybind11/tests/test_stl.cpp
src/lib/pybind11/tests/test_stl.py
src/lib/pybind11/tests/test_stl_binders.cpp
src/lib/pybind11/tests/test_stl_binders.py
src/lib/pybind11/tests/test_tagbased_polymorphic.cpp
src/lib/pybind11/tests/test_tagbased_polymorphic.py
src/lib/pybind11/tests/test_union.cpp
src/lib/pybind11/tests/test_union.py
src/lib/pybind11/tests/test_virtual_functions.cpp
src/lib/pybind11/tests/test_virtual_functions.py
src/lib/pybind11/tests/test_cmake_build/CMakeLists.txt
src/lib/pybind11/tests/test_cmake_build/embed.cpp
src/lib/pybind11/tests/test_cmake_build/main.cpp
src/lib/pybind11/tests/test_cmake_build/test.py
src/lib/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
src/lib/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
src/lib/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
src/lib/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
src/lib/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
src/lib/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
src/lib/pybind11/tests/test_embed/CMakeLists.txt
src/lib/pybind11/tests/test_embed/catch.cpp
src/lib/pybind11/tests/test_embed/external_module.cpp
src/lib/pybind11/tests/test_embed/test_interpreter.cpp
src/lib/pybind11/tests/test_embed/test_interpreter.py
src/lib/pybind11/tools/FindCatch.cmake
src/lib/pybind11/tools/FindEigen3.cmake
src/lib/pybind11/tools/FindPythonLibsNew.cmake
src/lib/pybind11/tools/check-style.sh
src/lib/pybind11/tools/libsize.py
src/lib/pybind11/tools/mkdoc.py
src/lib/pybind11/tools/pybind11Config.cmake.in
src/lib/pybind11/tools/pybind11Tools.cmake
src/python_bindings/fastvdf.cpp
src/uint128_t/LICENSE
src/uint128_t/README.md
src/uint128_t/uint128_t.build
src/uint128_t/uint128_t.cpp
src/uint128_t/uint128_t.h
src/uint128_t/uint128_t.include
src/uint128_t/uint128_t_config.include
tests/test.py
tests/test_verifier.py