Skip to content

Commit

Permalink
mac ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Feb 27, 2025
1 parent f8939a9 commit 8cabf66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libOTe_Tests/RegularDpf_Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ void RegularDpf_Puncture_Test(const oc::CLP& cmd)
output[1].resize(numPoints, domain);
tags[0].resize(numPoints, domain);
tags[1].resize(numPoints, domain);
auto seed0 = prng.get();
auto seed1 = prng.get();
auto seed0 = prng.get<block>();
auto seed1 = prng.get<block>();

auto sock = coproto::LocalAsyncSocket::makePair();
macoro::sync_wait(macoro::when_all_ready(
Expand Down

0 comments on commit 8cabf66

Please sign in to comment.