Skip to content

Commit

Permalink
mac compile fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Nov 24, 2023
1 parent 1192ec1 commit a7c6794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libOTe/Tools/Subfield/SubfieldPprf.h
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ namespace osuCrypto::Subfield
// into a 256 bit OT string using AES.
maskIn[0] = pprf.mBaseOTs[j + treeIdx][d];
maskIn[1] = pprf.mBaseOTs[j + treeIdx][d] ^ AllOneBlock;
mAesFixedKey.hashBlocks<2>(maskIn.data(), masks.data());
mAesFixedKey.template hashBlocks<2>(maskIn.data(), masks.data());

// now get the chosen message OT strings by XORing
// the expended (random) OT strings with the lastOts values.
Expand Down

0 comments on commit a7c6794

Please sign in to comment.