Function engine_from_byte_hash

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