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

Fix/refactors #104

Merged
merged 9 commits into from
Aug 26, 2022
Merged

Fix/refactors #104

merged 9 commits into from
Aug 26, 2022

Conversation

yuwen01
Copy link
Contributor

@yuwen01 yuwen01 commented Aug 24, 2022

Description

Fix for changes in algebra - replace uses of tobytes with canonicalserialize, and added mul import where necessary.

Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

Cargo.toml Outdated Show resolved Hide resolved
src/ipa_pc/mod.rs Outdated Show resolved Hide resolved
src/ipa_pc/mod.rs Outdated Show resolved Hide resolved
src/ipa_pc/mod.rs Outdated Show resolved Hide resolved
src/ipa_pc/mod.rs Outdated Show resolved Hide resolved
@@ -561,10 +586,9 @@ where
if has_hiding {
let mut rng = rng.expect("hiding commitments require randomness");
let hiding_time = start_timer!(|| "Applying hiding.");
let mut hiding_polynomial = P::rand(d, &mut rng);
let mut hiding_polynomial = P::rand(0, &mut rng);
Copy link
Member

Choose a reason for hiding this comment

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

Seems that this one changes the logic here?

@weikengchen
Copy link
Member

Still, see the issue above.

Copy link
Member

@weikengchen weikengchen left a comment

Choose a reason for hiding this comment

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

Resolve the hiding degree one.

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.

3 participants