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

Add secure hashing for enums with backing integers of 32-bit or less #809

Merged
merged 5 commits into from
Feb 10, 2020

Conversation

AArnott
Copy link
Collaborator

@AArnott AArnott commented Feb 7, 2020

Supporting enums with 64-bit backing integer types is much harder to support, and less common, so I'm punting on that for now.

Closes #808

@AArnott AArnott added this to the v2.1 milestone Feb 7, 2020
@AArnott AArnott self-assigned this Feb 7, 2020
@AArnott AArnott requested a review from neuecc February 7, 2020 22:12
@AArnott
Copy link
Collaborator Author

AArnott commented Feb 7, 2020

CC: @peterwald

Copy link

@peterwald peterwald left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

UntrustedData should provide collision resistant hashers for Enum types
3 participants