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 5da5b1b commit 1bc509c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libOTe/Dpf/RegularDpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ namespace osuCrypto
coproto::Socket& sock,
RegularDpfKey* outputKey)
{

std::cout <<"p " << mPartyIdx << " seed " << seed << std::endl;

if (inputKey == nullptr)
{
if (points.size() != mNumPoints)
Expand Down Expand Up @@ -317,6 +320,9 @@ namespace osuCrypto
sc0[k] = basePeng.get<block>();
sc1[k] = basePeng.get<block>();

std::cout << "p " << mPartyIdx << " k " << k << " root " << sc0[k] << " " << sc1[k] << std::endl;


tag[k] = block::allSame<u8>(-mPartyIdx);

z[0][k] = sc0[k];
Expand Down

0 comments on commit 1bc509c

Please sign in to comment.