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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: