Skip to content

Commit

Permalink
fix poseidon ext
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Sep 30, 2024
1 parent 1a934f7 commit 7de8544
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ where

// add round constants which are loaded in selectors
let s1 = w_l.add_public(driver, q_l);
let s2 = w_l.add_public(driver, q_r);
let s3 = w_l.add_public(driver, q_o);
let s4 = w_l.add_public(driver, q_4);
let s2 = w_r.add_public(driver, q_r);
let s3 = w_o.add_public(driver, q_o);
let s4 = w_4.add_public(driver, q_4);

// todo!("Poseidon2ExternalRelation::accumulate");

Expand Down

0 comments on commit 7de8544

Please sign in to comment.