Skip to content

Commit

Permalink
Merge commit '417550d'
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulRachuri committed Apr 19, 2024
2 parents e59c84a + 417550d commit 5e4a68f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/ExampleNChooseOne.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "libOTe/Tools/Coproto.h"
#include "util.h"
#include "coproto/Socket/AsioSocket.h"
#include "cryptoTools/Crypto/PRNG.h"
#include "cryptoTools/Common/Timer.h"

namespace osuCrypto
{
Expand Down
1 change: 1 addition & 0 deletions frontend/ExampleTwoChooseOne.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "coproto/Socket/AsioSocket.h"
#include "cryptoTools/Common/BitVector.h"
#include "cryptoTools/Crypto/PRNG.h"
#include "cryptoTools/Common/Timer.h"

namespace osuCrypto
{
Expand Down
1 change: 1 addition & 0 deletions libOTe_Tests/Vole_Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ void Vole_Silent_paramSweep_test(const oc::CLP& cmd) { throwDisabled(); }
void Vole_Silent_baseOT_test(const oc::CLP& cmd) { throwDisabled(); }
void Vole_Silent_mal_test(const oc::CLP& cmd) { throwDisabled(); }
void Vole_Silent_Rounds_test(const oc::CLP& cmd) { throwDisabled(); }
void Vole_Silent_Tungsten_test(const oc::CLP& cmd) { throwDisabled(); }


#endif
Expand Down

0 comments on commit 5e4a68f

Please sign in to comment.