Skip to content

Commit

Permalink
Update sgrr_ote_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
maths644311798 authored Feb 22, 2024
1 parent 3b263de commit 935335c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacl/crypto/primitives/ot/sgrr_ote_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ TEST(SgrrEdgeTest, Work) {

auto index = RandInRange(n);
auto lctxs = link::test::SetupWorld(2);
auto base_ot = MockRots(math::Log2Ceil(n)); // mock many base OTs
auto base_ot = MockRots(1); // mock many base OTs

std::vector<uint128_t> send_out(n);
std::vector<uint128_t> recv_out(n);
Expand Down

0 comments on commit 935335c

Please sign in to comment.