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

Remove Field2 #507

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Remove Field2 #507

merged 1 commit into from
Oct 16, 2024

Conversation

cjpatton
Copy link
Collaborator

Closes #496.

Use bool for the IDPF control bits instead. Field2 was relevant when we were implementing control bit masking in an earlier version of the draft, but now that we're leaving side channel considerations completely to the implementer (for readability's sake), bool is a little cleaner.

Use `bool` for the IDPF control bits instead. `Field2` was relevant when
we were implementing control bit masking in an earlier version of the
draft, but now that we're leaving side channel considerations completely
to the implementer (for readability's sake), `bool` is a little cleaner.
@cjpatton cjpatton merged commit 342e10c into main Oct 16, 2024
6 checks passed
@cjpatton cjpatton deleted the cjpatton/496 branch October 17, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IDPF: Consider replacing Field2 with bool
2 participants