Skip to content

Commit

Permalink
u in LCCCS should be z[0]
Browse files Browse the repository at this point in the history
  • Loading branch information
winderica committed Oct 4, 2024
1 parent 4e5fec8 commit 2aca8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folding-schemes/src/folding/hypernova/lcccs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl<F: PrimeField> CCS<F> {
Ok((
LCCCS::<C> {
C,
u: C::ScalarField::one(),
u: z[0],
x: z[1..(1 + self.l)].to_vec(),
r_x,
v,
Expand Down

0 comments on commit 2aca8ed

Please sign in to comment.