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

Seeded random crate #11

Closed
matteojug opened this issue Sep 26, 2024 · 1 comment · Fixed by #18
Closed

Seeded random crate #11

matteojug opened this issue Sep 26, 2024 · 1 comment · Fixed by #18

Comments

@matteojug
Copy link

For seeded random, is there a specific reason you used seeded-random? It doesn't seem a very popular crate, was it vetted somehow?

@NikitaMasych
Copy link
Member

We need cryptographically secure and portable random generator, thus we relied on this crate instead of StdRng for example; it is just a convenient wrapper around rand_chacha. Yet indeed, you are correct that it is not really maintable (for instance link to repo is wrong), so I changed it to use rand_chacha directly in #18

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 a pull request may close this issue.

2 participants