chiapos
chiapos copied to clipboard
Chia Proof of Space library
Draft for: - [ ] Wait for https://github.com/Chia-Network/chiapos/pull/333
I'm running into some build issues locally: `Use of undeclared identifier 'picosha2'`. Could just be an issue with my environment but it seems like `picosha2.hpp` should be included to me.
details posted here: https://github.com/BLAKE3-team/BLAKE3/issues/220
This improves the performance of chacha8 a little with MSVC. (around 23%) Additional my test code and results with same compiler options: ```cpp #include #include #include #include "chacha8.h" int main...
`TMemoCache` also has a similar global init race condition where the tables are computed by multiple threads in parallel and then assigned multiple times, whereby leaking memory (albeit only once)....
1. Use cmake fetch-content to get current BLAKE3 release. 2. Add neon asm optimizations to M1 and Linux aarch64. 3. Add sse2 support on Windows and Unix/MacOS x86_64. 4. Migrate...
Currently, the plot file format serializes line point parks as a sequence of stubs, followed by encoded deltas. ``` [size, stub0, stub1, ..., deltas_size, deltas, padding] ``` Optimized provers can...