Skip to content

Commit

Permalink
Update gywz_ote_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
maths644311798 authored Feb 22, 2024
1 parent 935335c commit 28e6cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacl/crypto/primitives/ot/gywz_ote_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ TEST(GywzEdgeTest, Work) {
auto index = RandInRange(n);
auto lctxs = link::test::SetupWorld(2);
uint128_t delta = SecureRandSeed();
auto base_ot = MockCots(math::Log2Ceil(n), delta); // mock many base OTs
auto base_ot = MockCots(1, delta); // mock many base OTs

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

0 comments on commit 28e6cfd

Please sign in to comment.