Function config_from_byte_hash

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