pub fn hash_suite_from_name( name: impl AsRef<str>, ) -> Option<HashSuite<BabyBear>>
Construct a supported hash function given its name. Returns None is the name does not correspond to a supported hash function.