Skip to content

provekit/verifier/src/whir_r1cs: Fix implementation #165

@recmo

Description

@recmo

On 2025-08-29 in 2a57572 “Merge pull request #153 from worldfnd/px/refactor”:

Fix implementation

    fn verify(&self, proof: &WhirR1CSProof) -> Result<()>;
}

impl WhirR1CSVerifier for WhirR1CSScheme {
    #[instrument(skip_all)]
    #[allow(unused)] // TODO: Fix implementation
    fn verify(&self, proof: &WhirR1CSProof) -> Result<()> {
        // Set up transcript
        let io = self.create_io_pattern();
        let mut arthur = io.to_verifier_state(&proof.transcript);

From provekit/verifier/src/whir_r1cs.rs:37

Metadata

Metadata

Assignees

No one assigned

    Labels

    to doTo do comments in codetracker🤖 issue managed by tracker bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions