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

Global Source plugin #5

Open
Bluefinger opened this issue Apr 15, 2023 · 0 comments
Open

Global Source plugin #5

Bluefinger opened this issue Apr 15, 2023 · 0 comments

Comments

@Bluefinger
Copy link
Owner

Currently, there is a GlobalRng resource which accepts a generic parameter for plugging in a compatible RNG struct, though this might present problems for plugin authors as they won't be able to anticipate which RNG algorithm to use for seeding their own RNG sources.

Do we have to expose a concrete resource/component type in order for plugin authors to have a set target for getting entropy to seed their own sources? Or perhaps, plugin authors might need to declare that certain algorithms be used for meeting quality of entropy requirements. Therefore, we might need to re-export various algorithm libraries in order to provide the necessary types, though instead of adding all features by default, the re-exports are managed by features.

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

No branches or pull requests

1 participant