[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'homenc:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
faberga committed Aug 4, 2022
2 parents b70f816 + e8417a3 commit 111a269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestBootstrappingWithMultiplications.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ long multiplyWithRecryption(helib::Ctxt& ctxt,
return count;
}

void multiplyPtxt(std::vector<long> ptxt, long count, long nslots, long p2r)
void multiplyPtxt(std::vector<long>& ptxt, long count, long nslots, long p2r)
{
std::vector<long> tmp_ptxt(ptxt);
for (int j = 0; j < count; j++) {
Expand Down

0 comments on commit 111a269

Please sign in to comment.