Skip to content

chore: Groth16 have duplicate errors (InvalidProof and ProofInvalid) #42

@LHerskind

Description

@LHerskind

In the Groth16 verifier there is both InvalidProof and ProofInvalid errors but only the ProofInvalid is used.

This can be slightly confusing when reading, so I would suggest removing the unused InvalidProof.

InvalidProof from SP1VerifierGroth16 not used anywhere.

ProofInvalid from Groth16Verifier used multiple places.


On the plonk side things are structured differently and it is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions