-
Notifications
You must be signed in to change notification settings - Fork 207
Remove/Cleanup groth16 code #9891
Copy link
Copy link
Open
Labels
C-cleanupCategory: This is a cleanupCategory: This is a cleanup
Description
After #9737 and #9828 there is still some unused code that we might want to remove.
We implement the Description trait for Sapling types; however, that is not required anymore since we switched to the sapling_crypto verifier (#9737). The primary_inputs() methods is no longer used, and the proof() method can be bypassed by simply accessing the proof field when needed.
This allows us removing a bunch of code which is no longer needed, decreasing maintenance burden.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: This is a cleanupCategory: This is a cleanup