Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 authored Jun 9, 2024
1 parent 2648823 commit 6c7e72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/sp1/guest/src/zk_op.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ harness::zk_suits!(
le_chunk
})
.collect::<Vec<_>>();
let p = AffinePoint::<Bn254, 16>::from&p_bytes[0], &p_bytes[1]);
let p = AffinePoint::<Bn254, 16>::from(&p_bytes[0], &p_bytes[1]);

let mut p_x_le = p.to_le_bytes()[..32].to_owned();
let mut p_y_le = p.to_le_bytes()[32..].to_owned();
Expand Down

0 comments on commit 6c7e72d

Please sign in to comment.