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

30 implement prod1 x #31

Merged
merged 7 commits into from
Jun 8, 2022
Merged

30 implement prod1 x #31

merged 7 commits into from
Jun 8, 2022

Conversation

zhenfeizhang
Copy link
Contributor

No description provided.

@zhenfeizhang zhenfeizhang linked an issue Jun 7, 2022 that may be closed by this pull request
poly-iop/src/perm_check/mod.rs Show resolved Hide resolved
poly-iop/src/perm_check/mod.rs Outdated Show resolved Hide resolved
poly-iop/src/perm_check/mod.rs Outdated Show resolved Hide resolved
poly-iop/src/perm_check/mod.rs Outdated Show resolved Hide resolved
poly-iop/src/perm_check/mod.rs Outdated Show resolved Hide resolved

let eval_0x = &prod_0x.evaluations;
let mut eval_1x = vec![];
for i in 0..(1 << num_vars) - 1 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe x is a better name than i.

poly-iop/src/perm_check/mod.rs Outdated Show resolved Hide resolved
poly-iop/src/perm_check/mod.rs Outdated Show resolved Hide resolved
poly-iop/src/perm_check/mod.rs Show resolved Hide resolved
poly-iop/src/utils.rs Outdated Show resolved Hide resolved
poly-iop/src/perm_check/mod.rs Outdated Show resolved Hide resolved
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 prod(1, x)
2 participants