MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / use_kos

Method use_kos

OT/OTExtensionWithMatrix.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool OTExtensionWithMatrix::use_kos()
58{
59#ifdef USE_KOS
60 return true;
61#else
62 return OnlineOptions::singleton.has_option("use_kos");
63#endif
64}
65
66void OTExtensionWithMatrix::protocol_agreement()
67{

Callers 3

multiplyForBitsMethod · 0.80
multiplyForMixedMethod · 0.80
multiplyForTriplesMethod · 0.80

Calls 1

has_optionMethod · 0.80

Tested by

no test coverage detected