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

Mask ysign as bool #58

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Conversation

han0110
Copy link
Contributor

@han0110 han0110 commented Jun 23, 2023

This is a fixed in #44 by @chaosma but it's overwritten by #47 which forgets to pick it.

The check was passing because we are testing in release mode which doesn't have debug-assertions enabled, while Choice::from(u8) only uses debug_assert to check input is a bool.

@kilic kilic self-requested a review June 23, 2023 15:10
Copy link
Member

@CPerezz CPerezz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!!!

@CPerezz CPerezz enabled auto-merge June 24, 2023 21:05
@CPerezz CPerezz added this pull request to the merge queue Jun 26, 2023
Merged via the queue into privacy-scaling-explorations:main with commit 131ba0f Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants