Skip to content

Tags: spaceandtimefdn/blitzar

Tags

v1.115.1

Toggle v1.115.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: multi-chunk batched bucket sums folding error (#262)

* test: add multiexponentiation tests identifying batched bucket method folding error

* feat: add fold_kernel to multiexp package

* fix: update accumulation algorithm to use folding kernel when working on multiple chunks

* doc: update fold_kernel docs

* chore: fix format

* chore: address Copilot's code review

v1.115.0

Toggle v1.115.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix absence of the required path argument (`--path`) (#261)

fix: fix absence of the required path argument (--path)

Co-authored-by: Ryan Burn <[email protected]>

v1.114.0

Toggle v1.114.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: rework pinned memory management (PROOF-928) (#259)

* rework pinned memory management

* rework concepts

* drop print statement

v1.113.0

Toggle v1.113.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add function for scheduling chunked computations (PROOF-928) (#255

)

* add function to schedule asynchronous chunked computations

* remove print statements

* doc

* change signature

* drop dead code

v1.112.2

Toggle v1.112.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix sumcheck for larger sizes (PROOF-913) (#257)

* sumcheck fixes

* clean up deps

v1.112.1

Toggle v1.112.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix future continuation for ready futures (PROOF-928) (#254)

fix future continuation

v1.112.0

Toggle v1.112.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add shared future (PROOF-928) (#253)

add shared future

v1.111.0

Toggle v1.111.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add sumcheck support for grumpkin curve (PROOF-913) (#249)

* sumcheck grumpkin support

* rework grumpkin field

* add field

* work on sumcheck grumpkin support

* work on grumpkin support

* grumpkin support

* test grumpkin

* support grumpkin

v1.110.0

Toggle v1.110.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: bump rust version (PROOF-913) (#248)

bump rust version

v1.109.0

Toggle v1.109.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add c api for proving sumcheck (PROOF-913) (#245)

* add stub for sumcheck c api

* fill in c api

* fill in cbindings

* fill in sumcheck cbindings

* fill in sumcheck c-bindings

* fill in sumcheck transcript

* fill in computational backend

* fill in sumcheck api

* fill in sumcheck api

* fill in sumcheck api

* fill in sumcheck api

* fill in gpu backend

* fill in gpu backend

* fill in sumcheck api

* fill in sumcheck api

* fill in gpu backend

* drop dead code

* fill in sumcheck api

* fill in sumcheck api

* fill in sumcheck api

* fill in sumcheck api

* fill in sumcheck

* add assertion check

* fill in sumcheck test

* test cbindings

* fill in c api

* reformat

* fix include

* fill in sumcheck test

* fill in cpu backend

* drop dead code

* add assertion check

* fill in docs

* doc

* reword

* add note

* fix rust error

* fill in test descriptor

* add test