You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
load_private() and load_constant() both write to the same advice column config.advice[0], 0, without any explanation. Is this deliberate and it doesn't matter that the values are being overwritten or is this a bug and values are being overwritten? I've tried to change it to write to config.advice[1] for variable b, but that didn't change the results of the proof, so it seems like it doesn't matter?
What would help to make it clearer to you?
Fix, if this is a bug, or add a comment clarifying that this is deliberate.
The text was updated successfully, but these errors were encountered:
Which section of the Halo 2 book were you reading?
A simple example
https://zcash.github.io/halo2/user/simple-example.html
What was unclear?
load_private()
andload_constant()
both write to the same advice columnconfig.advice[0], 0,
without any explanation. Is this deliberate and it doesn't matter that the values are being overwritten or is this a bug and values are being overwritten? I've tried to change it to write to config.advice[1] for variable b, but that didn't change the results of the proof, so it seems like it doesn't matter?What would help to make it clearer to you?
Fix, if this is a bug, or add a comment clarifying that this is deliberate.
The text was updated successfully, but these errors were encountered: