-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The problem with using TIPA black-box as I am right now is that it attempts to calculate the structured KZG polynomial commitment proof for both left and right. We would want to extract the polynomial commitment proving and verification code from the main prove and verify methods, so that they can be called separately for left and right.
Then to do TIPA for left and a structured scalar message for right, we can first run GIPA using a PlaceholderCommitment that has null commitment keys and null commitments. Then run the TIPA polynomial commitment code on just left.
I haven't made this change yet, but commenting here to make note of this as a possible plan forward.
Originally posted by @nirvantyagi in #3 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels