openvm_stark_sdk::config::baby_bear_bytehash

Function config_from_byte_hash

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