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: Cont dev #210

Closed
wants to merge 28 commits into from
Closed

WIP: Cont dev #210

wants to merge 28 commits into from

Conversation

junyu0312
Copy link
Collaborator

No description provided.

@@ -125,10 +125,16 @@ impl<F: FieldExt> AllocatedMemoryTableLookupReadCell<F> {
),
)?;
self.start_eid_cell.assign_u32(ctx, start_eid)?;
self.start_eid_diff_cell
.assign_u32(ctx, eid - start_eid - 1)?;
cfg_if::cfg_if! {
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's discuss eid later

@@ -78,7 +78,7 @@ pub fn exec_setup(
info!("Create Verifying to {:?}", vk_path);
let loader = ZkWasmLoader::<Bn256>::new(zkwasm_k, wasm_binary, phantom_functions)?;

let vkey = loader.create_vkey(&params)?;
let vkey = loader.create_vkey(&params, true)?;
Copy link
Collaborator Author

@junyu0312 junyu0312 Nov 27, 2023

Choose a reason for hiding this comment

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

dump vkey of diffierent circuits

@junyu0312 junyu0312 closed this Apr 26, 2024
@junyu0312 junyu0312 deleted the cont_dev branch April 26, 2024 04:04
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