pub type PublicWitness<T> = <T as CircuitWitness>::PublicWitness;Expand description
Type alias for the public witness of a circuit.
This represents the public inputs that are visible to the verifier in a zero-knowledge proof system.
pub type PublicWitness<T> = <T as CircuitWitness>::PublicWitness;Type alias for the public witness of a circuit.
This represents the public inputs that are visible to the verifier in a zero-knowledge proof system.