INNER CODE UNIT · Rust

install_crypto_provider

tangle-network/blueprint · cli/src/lib.rs:23

pub fn install_crypto_provider() {
    // https://github.com/snapview/tokio-tungstenite/issues/353
    rustls::crypto::ring::default_provider()
        .install_default()
        .expect("Failed to install default rustls crypto provider");
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…