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
If a context is created and not randomized then it is susceptible to
sidechannel attacks (quoting what I've read).
Currently it is easy for users to mis-use our API because they may not
know that `randomize()` should be called.
We can better assist users by making APIs that are hard to mis-use.
If the `rand` feature is enabled we can optimistically call `randomize`
when creating a context as we do for the global context.
Also, add documentation highlighting the benefit of using the `rand`
feature.
Resolves: #225
0 commit comments