-
Notifications
You must be signed in to change notification settings - Fork 316
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
Add API for Proofs aggregation #1417
Comments
Related work: filecoin-project/rust-filecoin-proofs-api#51 |
Related work: https://github.com/cryptonemo/bellman/tree/feat-ipp2 |
Related work: https://github.com/cryptonemo/blstrs/tree/ser-de-0-1 |
Related work: filecoin-project/filecoin-ffi#166 |
Related work: https://github.com/cryptonemo/rust-fil-ffi-toolkit |
Related work: filecoin-project/filecoin-ffi#169 |
Related spec work: nikkolasg/FIPs#2 |
Just realized this was still open, when in fact the issue is closed. |
Description
With proof aggregation support in the works in bellman, we need an API in proofs to utilize this and expose it to external callers.
Acceptance criteria
Proof aggregation support for seal proofs, with the ability to optionally extend to post proofs if needed.
Risks + pitfalls
Where to begin
https://github.com/filecoin-project/bellperson/tree/feat-ipp2
#1395
filecoin-project/FIPs#72
The text was updated successfully, but these errors were encountered: