Function try_fips_mode
pub fn try_fips_mode() -> Result<(), &'static str>Available on crate features
aws-lc and crypto only.Expand description
Indicates whether the underlying implementation is FIPS.
§Errors
Return an error if the underlying implementation is not FIPS, otherwise Ok.