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

Log the random seed in ZK proofs and protocols tests #66

Open
fjarri opened this issue Nov 18, 2023 · 0 comments
Open

Log the random seed in ZK proofs and protocols tests #66

fjarri opened this issue Nov 18, 2023 · 0 comments
Labels
tests Testing things
Milestone

Comments

@fjarri
Copy link
Member

fjarri commented Nov 18, 2023

If there's a rare failure, it may be useful to know the seed to be able to reproduce it. Therefore instead of using OsRng everywhere, we will have to use it once to generate a seed, log it, and then use some PRNG seeded by it.

@fjarri fjarri added the tests Testing things label Nov 18, 2023
@fjarri fjarri added this to the v0.2.0 milestone Nov 26, 2023
@fjarri fjarri modified the milestones: v0.2.0, v1.0.0 Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Testing things
Projects
None yet
Development

No branches or pull requests

1 participant