pub type DefaultCryptoProvider = RingProvider;Expand description
The crypto provider the active build selected: RingProvider under
non-fips, AwsLcFipsProvider under fips. Server/wiring code names this
alias so it never hard-codes a concrete provider or branches on the feature.
Aliased Typeยง
pub struct DefaultCryptoProvider { /* private fields */ }