We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c355c17 commit bf43597Copy full SHA for bf43597
iris-mpc-cpu/src/protocol/binary.rs
@@ -1565,7 +1565,7 @@ pub(crate) async fn extract_msb_u32_batch_fss(
1565
// vec_of_msb_shares.push(add_3_get_msb_fss(session, x_).await?);
1566
// }
1567
1568
- let batch_size: usize = 16;
+ let batch_size: usize = 64;
1569
1570
let mut vec_of_msb_shares: Vec<Share<Bit>> = Vec::with_capacity(x.len());
1571
for batch in x.chunks(batch_size) {
0 commit comments