Skip to content

Commit 69f0a5d

Browse files
authored
Merge pull request #1500 from andyleiserson/active-work
Use validator-adjusted active work for seq_join
2 parents 7a09543 + 1c6c90d commit 69f0a5d

File tree

1 file changed

+2
-2
lines changed
  • ipa-core/src/protocol/hybrid

1 file changed

+2
-2
lines changed

ipa-core/src/protocol/hybrid/oprf.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use crate::{
3737
replicated::{malicious, semi_honest::AdditiveShare as Replicated},
3838
BitDecomposed, FieldSimd, TransposeFrom, Vectorizable,
3939
},
40-
seq_join::seq_join,
40+
seq_join::{seq_join, SeqJoin},
4141
utils::non_zero_prev_power_of_two,
4242
};
4343

@@ -130,7 +130,7 @@ where
130130
let m_ctx = validator.context();
131131

132132
let curve_pts = seq_join(
133-
ctx.active_work(),
133+
m_ctx.active_work(),
134134
process_slice_by_chunks(
135135
&input_rows,
136136
move |idx, records: ChunkData<_, CONV_CHUNK>| {

0 commit comments

Comments
 (0)