Skip to main content
Version: 2.0.0-beta-3

IVerifier

This is an interface for a generic zk proof verifier. This is the interface UniRep uses for the verifiers stored as contract variables.

verifyProof

function verifyProof(
uint256[] calldata publicSignals,
uint256[8] calldata proof
)
external
view
returns (bool);