Skip to main content
Version: next

IVerifier.sol

This is an interface for a generic zk verifier helper. 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);