You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of Shplonk (#301) doesn't include skipping operations with constant $P_i$ polynomial (that HyperKZG has) and parallelism. Plus I expect some additional requests from @adr1anh
The text was updated successfully, but these errors were encountered:
* update README; update version (#303)
* Miscellaneous improvements (details in commit messages) (#308)
* move KZG engine to provider module; update paths everywhere
* add a sparse matrix entry only if the coefficient is non-zero; update digests
* move test code to place where it is used
* move asm to default and add a note
* update constants
* update link
* simplify test_pp_digest
* chore: update expect tests
* Improvements to error handling and naming (#309)
* rename and introduce checks about length
* introduce a test about public IO
* chore: remove needless annotation
---------
Co-authored-by: Srinath Setty <srinath@microsoft.com>
Current implementation of Shplonk (#301) doesn't include skipping operations with constant$P_i$ polynomial (that HyperKZG has) and parallelism. Plus I expect some additional requests from @adr1anh
The text was updated successfully, but these errors were encountered: