-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add security_bites function to PcsConfig #998
base: dev
Are you sure you want to change the base?
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
9a9d8cc
to
687f4ea
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #998 +/- ##
=======================================
Coverage 92.91% 92.92%
=======================================
Files 105 105
Lines 14208 14221 +13
Branches 14208 14221 +13
=======================================
+ Hits 13202 13215 +13
Misses 927 927
Partials 79 79 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @alon-f)
crates/prover/src/core/pcs/mod.rs
line 36 at r1 (raw file):
pub fri_config: FriConfig, }
remove empty line
crates/prover/src/core/pcs/mod.rs
line 58 at r1 (raw file):
let config = super::PcsConfig { pow_bits: 26, fri_config: super::FriConfig::new(1, 1, 70),
consider to change to a larger blowup factor
Code quote:
super::FriConfig::new(1, 1, 70)
687f4ea
to
9feb687
Compare
f4a4f6e
to
7badc8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 2 of 3 files reviewed, 2 unresolved discussions (waiting on @shaharsamocha7)
crates/prover/src/core/pcs/mod.rs
line 36 at r1 (raw file):
Previously, shaharsamocha7 wrote…
remove empty line
So you like to have the struct and the impl close together?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 2 of 3 files reviewed, 2 unresolved discussions (waiting on @alon-f)
crates/prover/src/core/pcs/mod.rs
line 36 at r1 (raw file):
Previously, alon-f wrote…
So you like to have the struct and the impl close together?
For the impl of the struct itself, yes.
Do we have another convention as a company or something?
7badc8b
to
0445252
Compare
9feb687
to
96f267c
Compare
96f267c
to
70437c2
Compare
No description provided.