chiapos icon indicating copy to clipboard operation
chiapos copied to clipboard

Chia Proof of Space library

Results 44 chiapos issues
Sort by recently updated
recently updated
newest added

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.

stale-pr

details posted here: https://github.com/BLAKE3-team/BLAKE3/issues/220

stale-pr

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...

stale-pr

`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)....

stale-pr

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...

stale-pr

while caching C2 to reduce memory usage

stale-pr

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...