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

Class DummyCircuit

bridge/src/proof.rs:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48// Copied from bitvm/src/chunker/disprove_execution.rs
49#[derive(Copy)]
50pub struct DummyCircuit<F: PrimeField> {
51 pub a: Option<F>,
52 pub b: Option<F>,
53 pub num_variables: usize,
54 pub num_constraints: usize,
55}
56
57impl<F: PrimeField> Clone for DummyCircuit<F> {
58 fn clone(&self) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected