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