Skip to content
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

[WIP] Recursive verifier API #666

Draft
wants to merge 24 commits into
base: endoscale
Choose a base branch
from
Draft

Conversation

therealyingtong
Copy link
Collaborator

@therealyingtong therealyingtong commented Sep 21, 2022

Closes #435. Based on #529.

@therealyingtong therealyingtong changed the base branch from main to endoscale September 27, 2022 12:54
let verifier = VerifierCircuit::<'_, EpAffine, Challenge255<EpAffine>, _> {
vk,
proof: Value::known(proof),
instances: &[],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Feed in updated accumulator as public input

// /// (e.g. in IPA, we can put challenges into witness)
// type Witness;

/// Read a previous instance (C, z), encoded as a public input to
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
/// Read a previous instance (C, z), encoded as a public input to
/// Read previous instances [(C, z)], encoded as a public input to

@therealyingtong therealyingtong force-pushed the endoscale branch 3 times, most recently from 75250e7 to 1af488a Compare January 24, 2023 18:46
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.

Implement mock verification circuit for IVC
2 participants