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

feat: Randomised WyHash builder #4

Merged
merged 2 commits into from
Mar 1, 2024
Merged

feat: Randomised WyHash builder #4

merged 2 commits into from
Mar 1, 2024

Conversation

Bluefinger
Copy link
Owner

Adds a RandomWyHashState builder that helps build a WyHash instance with random seeds, for enabling more secure usage of WyHash for collections like HashMap/HashSet. Ensures support for no-std as long as getrandom supports the source or the user puts in the necessary bits to make it work for their platform.

@Bluefinger Bluefinger added the enhancement New feature or request label Feb 29, 2024
@Bluefinger Bluefinger merged commit b19db0d into main Mar 1, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant