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
rerandomize_global_context does not use the seed if rand feature is enabled however the function is only called if a seed is passed in. For rand users it would be more ergonomic to call it unconditionally so they can use None.
Also the docs are not exactly correct IIUC
/// Rerandomize the global context, using the given data as a seed.////// The provided data will be mixed with the entropy from previous calls in a timing/// analysis resistant way. It is safe to directly pass secret data to this function.pubfn rerandomize_global_context(seed:&[u8;32]){