pub fn get_custom_entropy_source_info() -> Option<(&'static str, EntropyQuality)>Expand description
Get information about the currently registered entropy source
ยงReturns
Returns a tuple of (source_id, quality) if a source is registered.
pub fn get_custom_entropy_source_info() -> Option<(&'static str, EntropyQuality)>Get information about the currently registered entropy source
Returns a tuple of (source_id, quality) if a source is registered.