Skip to main content

install_default_crypto_provider

Function install_default_crypto_provider 

Source
pub fn install_default_crypto_provider() -> Result<(), String>
Expand description

Install the default crypto provider for rustls process-wide. see:

https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html#using-the-per-process-default-cryptoprovider

for more information.