revmc_examples_runner/
common.rs

1
2
3
4
5
6
#[allow(dead_code)]
const FIBONACCI_CODE: &[u8] =
    &hex!("5f355f60015b8215601a578181019150909160019003916005565b9150505f5260205ff3");
#[allow(dead_code)]
const FIBONACCI_HASH: [u8; 32] =
    hex!("ab1ad1211002e1ddb8d9a4ef58a902224851f6a0273ee3e87276a8d21e649ce8");