.flake8
.gitignore
.gitmodules
LICENSE
MANIFEST.in
README.md
mypi.ini
pyproject.toml
setup.py
./
.git/FETCH_HEAD
.git/HEAD
.git/config
.git/description
.git/index
.git/hooks/applypatch-msg.sample
.git/hooks/commit-msg.sample
.git/hooks/fsmonitor-watchman.sample
.git/hooks/post-update.sample
.git/hooks/pre-applypatch.sample
.git/hooks/pre-commit.sample
.git/hooks/pre-merge-commit.sample
.git/hooks/pre-push.sample
.git/hooks/pre-rebase.sample
.git/hooks/pre-receive.sample
.git/hooks/prepare-commit-msg.sample
.git/hooks/update.sample
.git/info/exclude
.git/logs/HEAD
.git/logs/refs/remotes/origin/1weso
.git/logs/refs/remotes/origin/add_binary_to_wheel
.git/logs/refs/remotes/origin/archwjb
.git/logs/refs/remotes/origin/awjb
.git/logs/refs/remotes/origin/enscons
.git/logs/refs/remotes/origin/enscons_build
.git/logs/refs/remotes/origin/enscons_build_awjb
.git/logs/refs/remotes/origin/fix-windows-builds
.git/logs/refs/remotes/origin/hashprime
.git/logs/refs/remotes/origin/integration
.git/logs/refs/remotes/origin/mac-gmp-dep
.git/logs/refs/remotes/origin/master
.git/logs/refs/remotes/origin/move_bin_to_lib
.git/logs/refs/remotes/origin/new_algorithm
.git/logs/refs/remotes/origin/new_code
.git/logs/refs/remotes/origin/wheels
.git/objects/pack/pack-6ba00c8148844ce7635faeb4d0b7609fec785b04.idx
.git/objects/pack/pack-6ba00c8148844ce7635faeb4d0b7609fec785b04.pack
.git/refs/remotes/origin/1weso
.git/refs/remotes/origin/add_binary_to_wheel
.git/refs/remotes/origin/archwjb
.git/refs/remotes/origin/awjb
.git/refs/remotes/origin/enscons
.git/refs/remotes/origin/enscons_build
.git/refs/remotes/origin/enscons_build_awjb
.git/refs/remotes/origin/fix-windows-builds
.git/refs/remotes/origin/hashprime
.git/refs/remotes/origin/integration
.git/refs/remotes/origin/mac-gmp-dep
.git/refs/remotes/origin/master
.git/refs/remotes/origin/move_bin_to_lib
.git/refs/remotes/origin/new_algorithm
.git/refs/remotes/origin/new_code
.git/refs/remotes/origin/wheels
.git/refs/tags/0.12
.git/refs/tags/0.12.1
.git/refs/tags/0.12.10
.git/refs/tags/0.12.11
.git/refs/tags/0.12.12
.git/refs/tags/0.12.2
.git/refs/tags/0.12.3
.git/refs/tags/0.12.4
.git/refs/tags/0.12.5
.git/refs/tags/0.12.6
.git/refs/tags/0.12.7
.git/refs/tags/0.12.8
.git/refs/tags/0.12.9
.git/refs/tags/0.2b1
.git/refs/tags/0.2b2
.git/refs/tags/0.2b3
.git/refs/tags/0.2b4
.git/refs/tags/0.2b5
.git/refs/tags/0.2b6
.git/refs/tags/0.3b1
.git/refs/tags/0.3b2
.git/refs/tags/0.3b3
.git/refs/tags/0.3b4
.git/refs/tags/v0.11
.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/python_bindings/fastvdf.cpp
src/refcode/README.md
src/refcode/lzcnt.c
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