Complete implementation of SQRT PST - #12
Open
maramihali wants to merge 84 commits into
Open
Conversation
maramihali
marked this pull request as draft
February 2, 2023 15:11
maramihali
force-pushed
the
snarkpack-integration
branch
from
February 2, 2023 16:13
a29888d to
1d7b27d
Compare
…do into snarkpack-integration
maramihali
force-pushed
the
snarkpack-integration
branch
from
February 6, 2023 12:04
1d7b27d to
59b2371
Compare
maramihali
force-pushed
the
snarkpack-integration
branch
from
February 6, 2023 16:40
59b2371 to
e720bef
Compare
maramihali
force-pushed
the
snarkpack-integration
branch
from
February 6, 2023 17:36
e720bef to
4d68831
Compare
…to feat/mipp-module
Feat/mipp module
maramihali
force-pushed
the
snarkpack-integration
branch
from
February 7, 2023 11:17
ac6c1a9 to
48a4fdf
Compare
maramihali
force-pushed
the
snarkpack-integration
branch
from
February 7, 2023 11:21
48a4fdf to
8fc381e
Compare
With removing the `test` feature, it can also be built with a stable Rust release and don't require a nightly Rust version.
using ark-blst main branch
…/Spartan into snarkpack-integration
fix: don't require nightly Rust
Refactor codebase and add missing generics
maramihali
force-pushed
the
snarkpack-integration
branch
from
March 6, 2023 14:11
da2c43b to
571f54f
Compare
update benchmarks and add missing constraints to circuit
Add support for odd powers of two in sqrt pst
* add benchmark for sqrt pst * fix typo in comment
maramihali
marked this pull request as ready for review
March 22, 2023 20:53
…ab/testudo into snarkpack-integration
maramihali
force-pushed
the
snarkpack-integration
branch
from
March 22, 2023 20:59
4be0575 to
64c368f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented the polynomial commitment optimisation, part of Testudo v0.2