chiavdf
chiavdf copied to clipboard
Chia VDF utilities
For 1-Wesolowski proofs (used for "blueboxing") the squaring thread previously needlessly continued squaring while proof computation was in progress. In practice, proof computation also takes a while, so this could...
For 1-Wesolowski proofs (used for "blueboxing") the squaring thread previously needlessly continued squaring while proof computation was in progress. In practice, proof computation also takes a while, so this could...
It's to further parallelize proof creation (not squaring). Risky to merge without a lot of testing for obvious reasons. Leaving here as Draft for future use
Dump .clang-format using: > clang-format -style=llvm -dump-config > .clang-format and set SortIncludes to false Run clang-format version 13.0.1-3+b1 on src/*h src/*.cpp src/*.hpp src/*.c
Draft for: - [ ] Consider how to install boost - https://community.chocolatey.org/packages/boost-msvc-14.2 - https://github.com/MarkusJx/install-boost - It might already be on GHA runners and just needs to be made accessible to...
Add special cases for primes 2, 3, 5 and 7. Proceed to Miller-Rabin and BPSW primality tests to get the correct primality result for other small primes that are factors...
This change allows a file path to be passed in which must exist for a GMP slow blue box VDF to continue running. This enables the calling process to abort...