Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Dense PCS #8

Closed
sragss opened this issue Jun 29, 2023 · 4 comments
Closed

Multiple Dense PCS #8

sragss opened this issue Jun 29, 2023 · 4 comments
Labels
enhancement New feature or request optimization Performance improvement

Comments

@sragss
Copy link
Collaborator

sragss commented Jun 29, 2023

Surge uses the dense multilinear polynomial commitment scheme from microsoft/Spartan.

We can swap this PCS with any other dense multilinear PCS for different performance characteristics. There are not many other dense multilinear PCS written in Rust, but it's worth generalizing the interface.

@moodlezoup moodlezoup added enhancement New feature or request optimization Performance improvement labels Jul 13, 2023
@upalchowdhury
Copy link

@sragss are you thinking of using coefficients ? i was planning something like this
https://github.com/upalchowdhury/LassoPCS/blob/master/src/poly/diffPoly.rs

@moodlezoup
Copy link
Collaborator

@upalchowdhury The polynomial commitment schemes we have in mind are multilinear variants of KZG (PST, Zeromorph, etc.), Dory, Ligero, Brakedown

@wyattbenno777
Copy link

@sragss
Copy link
Collaborator Author

sragss commented Apr 25, 2024

This is now tracked in newer issues. #249 #212

@sragss sragss closed this as completed Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization Performance improvement
Projects
None yet
Development

No branches or pull requests

4 participants