IPlonkVerifier
Verify​
function Verify(bytes _proof, uint256[] _public_inputs) external returns (bool success)
Interface for verifier contracts.
Parameters​
Name | Type | Description |
---|---|---|
_proof | bytes | The proof used to verify. |
_public_inputs | uint256[] | The computed public inputs for the proof verification. |
Return Values​
Name | Type | Description |
---|---|---|
success | bool | Returns true if successfully verified. |
Contributions not accepted
These reference pages are automatically generated based on Linea's smart contracts. To ensure they accurately match the deployed smart contracts, we cannot accept any contributions that edit these pages.