Skip to content
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

bug(mpz-garble-core): unit test does not test 0-0 case #118

Closed
sinui0 opened this issue Apr 20, 2024 · 1 comment · Fixed by #119
Closed

bug(mpz-garble-core): unit test does not test 0-0 case #118

sinui0 opened this issue Apr 20, 2024 · 1 comment · Fixed by #119
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sinui0
Copy link
Collaborator

sinui0 commented Apr 20, 2024

assert_eq!(ev::and_gate(cipher, &x_0, &y_1, &encrypted_gate, gid), z_0);

Our AND gate unit test does not test the 0-0 input case for a gate.

@sinui0 sinui0 added bug Something isn't working good first issue Good for newcomers labels Apr 20, 2024
@caglaryucekaya
Copy link
Contributor

Can I work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants