Skip to content

feat: separate Verifier #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 8, 2021
Merged

feat: separate Verifier #33

merged 5 commits into from
Oct 8, 2021

Conversation

lightsing
Copy link
Member

No description provided.

}
}

contract KeyedVerifier is IVerifier, Plonk4VerifierWithAccessToDNext {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add IVerifier here

function verify_serialized_proof(
uint256[] memory public_inputs,
uint256[] memory serialized_proof
) override external view returns (bool) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add override and change visibility to external

@0xmountaintop
Copy link
Member

@lightsing
Copy link
Member Author

@0xmountaintop
Copy link
Member

I copied this from plonkit/contrib/template.sol

I see.

@lightsing lightsing merged commit d1ae359 into master Oct 8, 2021
@lightsing lightsing deleted the feat/seperate-verifier branch October 8, 2021 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants