Skip to content

Commit

Permalink
remove debug hack
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Aug 20, 2024
1 parent 26e3eac commit 88fcb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-mpc/src/bin/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async fn main() -> eyre::Result<()> {
for i in 0..3 {
let sns_id = Uuid::new_v4();
let iris_code =
general_purpose::STANDARD.encode(bytemuck::cast_slice(&shared_code[0].coefs));
general_purpose::STANDARD.encode(bytemuck::cast_slice(&shared_code[i].coefs));
let mask_code =
general_purpose::STANDARD.encode(bytemuck::cast_slice(&shared_mask[i].coefs));

Expand Down

0 comments on commit 88fcb16

Please sign in to comment.