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

Use crypto/rand instead of math/rand #5

Open
onitake opened this issue Jan 5, 2021 · 1 comment
Open

Use crypto/rand instead of math/rand #5

onitake opened this issue Jan 5, 2021 · 1 comment

Comments

@onitake
Copy link

onitake commented Jan 5, 2021

For certain use cases, it may be necessary to generate entropy using a cryptographically secure random number generator.

Would it be possible to make the randomness source customizable, so crypto/rand can be used instead of math/rand?

@arieroos
Copy link

@onitake I made a pull request for this, feel free to use my version of the code.

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

2 participants