TODO: This is TBD. Verifying key validation is unclear at the moment. We'll add it once circuit design is finalized and we can run a Groth16 setup.
(&self, _key: &str)
| 194 | // TODO: This is TBD. Verifying key validation is unclear at the moment. |
| 195 | // We'll add it once circuit design is finalized and we can run a Groth16 setup. |
| 196 | fn validate_verifying_key(&self, _key: &str) -> bool { |
| 197 | true |
| 198 | } |
| 199 | } |
| 200 | |
| 201 | // TODO: Technically this should use the source network specified by the user. However, since this |