Skip to content

Commit

Permalink
mac compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Feb 26, 2025
1 parent 1bc509c commit 3225f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libOTe_Tests/RegularDpf_Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ void RegularDpf_Puncture_Test(const oc::CLP& cmd)
{

PRNG prng(block(231234, 321312));
std::cout << "pp " << prng.get<block>() << std::endl;
u64 domain = cmd.getOr("domain", 8);
u64 numPoints = cmd.getOr("numPoints", 1);
std::vector<u64> points0(numPoints);
Expand Down

0 comments on commit 3225f82

Please sign in to comment.