Virt: Have a way to change the random seed #46
sosthene-nitrokey
started this conversation in
Ideas
Replies: 1 comment
-
Probably, the default should be a random seed, providing the option to override it with a static seed for reproducibility tests or a seed from a different source of randomness. Unfortunately I don’t know what regression is meant by this comment: Lines 38 to 39 in baab96d Suggestion:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now the random seed is always set to
[42u8;32]
, which is fine for tests. It might be worth have a way to change it, for example in fuzzing it would be desirable to not generate always the same keys, and extract the seed from the fuzz input.Beta Was this translation helpful? Give feedback.
All reactions