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 a native service to provide a random data source #282

Open
marceline-cramer opened this issue Jan 13, 2024 · 0 comments
Open

Add a native service to provide a random data source #282

marceline-cramer opened this issue Jan 13, 2024 · 0 comments
Labels
easy Easy difficulty to accomplish enhancement New feature or request host Deals with host side code

Comments

@marceline-cramer
Copy link
Collaborator

Let's add a new plugin and associated service, named something like hearth-rand or hearth-rng, to provide cryptographically secure random data from the host.

I figure that the service could just be as simple as the request data being an integer, and the response being a vector of cryptographically random data sourced from the rand crate that is as long as the request's value.

@marceline-cramer marceline-cramer added enhancement New feature or request host Deals with host side code easy Easy difficulty to accomplish labels Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Easy difficulty to accomplish enhancement New feature or request host Deals with host side code
Projects
None yet
Development

No branches or pull requests

1 participant