MCPcopy Create free account
hub / github.com/BitVM/BitVM / validate_verifying_key

Method validate_verifying_key

bridge/src/client/cli/key_command.rs:196–198  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

handle_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected