chiavdf
chiavdf copied to clipboard
Chia VDF utilities
`chiavdf` may not have the same problem as `chiapos` - but this change seems like a good preventative measure just in case there is some future code that might cause...
The "fast" 1-Wesolowski prover inadvertently mixed up parameters in the call to ApproximateParameter. ApproximateParameter's signature has L followed by K: void ApproximateParameters(uint64_t T, uint32_t& L, uint32_t& K) However, the 1-Weso...
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.4 to 0.70.1. Release notes Sourced from bindgen's releases. v0.70.1 Install bindgen-cli 0.70.1 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-lang/rust-bindgen/releases/download/v0.70.1/bindgen-cli-installer.sh | sh...
An assortment of cosmetic changes I have lying around. Might as well try to upstream them :)
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.50 to 0.1.51. Release notes Sourced from cmake's releases. v0.1.51 Added Add JOM generator support (#183) Improve visionOS support (#209) Use Generic for bare-metal systems (#187) Fixed...
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.52 to 0.1.54. Release notes Sourced from cmake's releases. v0.1.54 Other Remove workaround for broken cc-rs versions (#235) Be more precise in the description of register_dep (#238)...
Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.4.7 to 0.4.9. Changelog Sourced from libfuzzer-sys's changelog. 0.4.9 Released 2025-01-28. Added The example_init demonstrates how to pass an initialization code block to the fuzz_target! macro. Changed...