-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
This has been taken from Benedikt Wagner's document.
There is a comment here re why its currently there:
| /// Note: Although this method is on the `FK20Verifier` structure, it is possible to verify methods that are not |
Related to #246
I'm still on the fence about it from a code organization perspective -- note that all of our "internal naive" provers have their own verifiers for simplicity. Though the complexity might just be an artifact of the current architecture. We could have a "provers" and "verifiers" folder for example, and the verifiers are just naive and optimized.
Reactions are currently unavailable