mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 06:13:07 +00:00
Add comment
This commit is contained in:
parent
3c8b150f0f
commit
ed2e1bc780
@ -112,7 +112,9 @@ pub struct LookupWire {
|
||||
/// let mut prev_target = initial_a;
|
||||
/// let mut cur_target = initial_b;
|
||||
/// for _ in 0..99 {
|
||||
/// // Encode an addition of the two previous terms
|
||||
/// let temp = builder.add(prev_target, cur_target);
|
||||
/// // Shift the two previous terms with the new value
|
||||
/// prev_target = cur_target;
|
||||
/// cur_target = temp;
|
||||
/// }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user