Skip to main content

init_crypto

Function init_crypto 

Source
pub fn init_crypto()
Expand description

Install a process-wide default crypto provider (ring). Idempotent and best-effort: if a provider is already installed (e.g. by the JWKS HTTP client) this is a no-op. Pinning one avoids the “no process-level CryptoProvider” ambiguity when multiple providers are linked.