-
Notifications
You must be signed in to change notification settings - Fork 13
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
Random padding function #211
Comments
ETatuzova
added a commit
that referenced
this issue
Oct 23, 2023
ETatuzova
added a commit
that referenced
this issue
Oct 23, 2023
ETatuzova
added a commit
that referenced
this issue
Oct 23, 2023
Open
ETatuzova
added a commit
that referenced
this issue
Oct 25, 2023
* Add gate argument multiplication on mask #207 * Padding rows >= usable_rows with random numbers #211 * Derandomize placeholder_placeholder_test #211 * crypto3_zk_systems_plonk_plonk_constraint_test updated #211 * Add some includes #211 * Fixed polys values in _etha points is memorized in preprocessor #206 * Move commitment_scheme preprocessed data outside of commitment scheme object #206 * Minor changes in LPC#206
martun
pushed a commit
that referenced
this issue
Nov 3, 2023
* Add gate argument multiplication on mask #207 * Padding rows >= usable_rows with random numbers #211 * Derandomize placeholder_placeholder_test #211 * crypto3_zk_systems_plonk_plonk_constraint_test updated #211 * Add some includes #211 * Fixed polys values in _etha points is memorized in preprocessor #206 * Move commitment_scheme preprocessed data outside of commitment scheme object #206 * Minor changes in LPC#206
martun
pushed a commit
that referenced
this issue
Nov 6, 2023
* Add gate argument multiplication on mask #207 * Padding rows >= usable_rows with random numbers #211 * Derandomize placeholder_placeholder_test #211 * crypto3_zk_systems_plonk_plonk_constraint_test updated #211 * Add some includes #211 * Fixed polys values in _etha points is memorized in preprocessor #206 * Move commitment_scheme preprocessed data outside of commitment scheme object #206 * Minor changes in LPC#206
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fill rows with
usable_rows_amount <= row_id < rows_amount
with pseudo-random numbersThe text was updated successfully, but these errors were encountered: