Function rerandomize_global_context

Source
pub fn rerandomize_global_context(seed: &[u8; 32])
Expand description

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.