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.