You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still want to have the RNG be passed as an argument as that will allow us to provide a mock RNG (eg ChaCha with a fixed key) in order to perform known answer tests. But we can possibly switch from OsRng to ThreadRng to reduce some overhead.
Ideally this choice is encapsulated into a single function or type declaration somewhere.
The text was updated successfully, but these errors were encountered:
We still want to have the RNG be passed as an argument as that will allow us to provide a mock RNG (eg ChaCha with a fixed key) in order to perform known answer tests. But we can possibly switch from OsRng to ThreadRng to reduce some overhead.
Ideally this choice is encapsulated into a single function or type declaration somewhere.
The text was updated successfully, but these errors were encountered: