-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'party->Run( repetitions )' problem #33
Comments
MOTION/src/examples/aes128/aes128_main.cpp Lines 60 to 85 in 56fa049
|
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following circuit will have an error of exceeding the boundary, but if the parameter is removed, the circuit can operate successfully.
suint v1=party->In<mo::MpcProtocol::kBooleanGmw>(mo::ToInput(value),0);
suint v2=party->In<mo::MpcProtocol::kBooleanGmw>(mo::ToInput(value),1);
suint c=v1+v2;
party->Run(2);
The error is:
terminate called after throwing an instance of 'std::out_of_range'
what(): Accessing positions 159 to 477 of 159
The text was updated successfully, but these errors were encountered: