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

refactor: Reenable 512 bit variants of Xoshiro with remote reflected Seed512 #28

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

Bluefinger
Copy link
Owner

After #27 removed the 512 bit variants of Xoshiro due to them being broken by default, this PR attempts to re-enable those variants by remote-reflecting the needed seed wrapper Seed512. The implementation here should allow for the 512 bit variants to be accepted by the trait constraints of SeedableEntropySource, while allowing the underlying wrapped structs to still be compatible to each other.

@Bluefinger Bluefinger merged commit bf719b7 into main Nov 11, 2024
11 checks passed
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.

1 participant