pub fn config_from_byte_hash<H>( byte_hash: H, fri_params: FriParameters, ) -> BabyBearByteHashConfig<H>where H: CryptographicHasher<u8, [u8; 32]> + Clone,