Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 14, 2025
1 parent ca859a1 commit 6076dfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iris-mpc-gpu/src/threshold_ring/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,8 @@ impl Circuits {
tracing::warn!("x1: {:?}", test);
let test = dtoh_on_stream_sync(&x2[0].a.slice(0..16), &self.devs[0], &streams[0]).unwrap();
tracing::warn!("x2: {:?}", test);
let test = dtoh_on_stream_sync(&x3[0].a.slice(0..16), &self.devs[0], &streams[0]).unwrap();
let test =
dtoh_on_stream_sync(&outp[0].a.slice(0..16), &self.devs[0], &streams[0]).unwrap();
tracing::warn!("x3: {:?}", test);

// First arithmetic xor: x3 ^= x1
Expand Down

0 comments on commit 6076dfb

Please sign in to comment.