You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not much familiar with MOTION so facing lots of issues. I want to Xor two inputs but the results generated is 0, while it should be 102. may be i am not retrieving result in a correct manner. Can any body guide me whats wrong in the code.
CODE:
// abbreviate namespace
namespace mo = encrypto::motion;
using namespace std;
I am not much familiar with MOTION so facing lots of issues. I want to Xor two inputs but the results generated is 0, while it should be 102. may be i am not retrieving result in a correct manner. Can any body guide me whats wrong in the code.
CODE:
// abbreviate namespace
namespace mo = encrypto::motion;
using namespace std;
void EvaluateProtocol(encrypto::motion::PartyPointer& party) {
}
Value1: 170 | Value2: 204
bit_vector_data size1
XOR Result: 0
The text was updated successfully, but these errors were encountered: