hash_suite_from_name

Function hash_suite_from_name 

Source
pub fn hash_suite_from_name(
    name: impl AsRef<str>,
) -> Option<HashSuite<BabyBear>>
Expand description

Construct a supported hash function given its name. Returns None is the name does not correspond to a supported hash function.