Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 13, 2025
1 parent ec1235d commit 63bbc11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iris-mpc-gpu/src/threshold_ring/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2432,10 +2432,8 @@ impl Circuits {
let mut corrections = Buffers::get_buffer_chunk(&corrections_, 128 * self.chunk_size);

self.lift_mpc(mask_dots, &mut masks, &mut corrections, streams);
self.finalize_lifts(&mut x, &mut codes, &corrections, code_dots, streams);
self.finalize_lifts(&mut masks, &mut codes, &corrections, code_dots, streams);
self.lifted_sub(&mut x, &masks, &codes, A as u32, streams);

self.lift_mul_sub(&mut x, &corrections, code_dots, streams);
self.extract_msb(&mut x, streams);

Buffers::return_buffer(&mut self.buffers.lifted_shares, x_);
Expand Down

0 comments on commit 63bbc11

Please sign in to comment.