pub fn install_crypto<C>(crypto: C) -> boolwhere C: Crypto + 'static,
Install a custom crypto provider globally.