This PR implements the starknet layout, which is identical to starknet_with_keccak except there is no keccak builtin in it
Note that i used the suffix starknet_without_keccak , otherwise strings.Contains() would induce a conflict with starknet_with_keccak if we call it only starknet
This PR implements the
starknet
layout, which is identical to starknet_with_keccak except there is no keccak builtin in itNote that i used the suffix
starknet_without_keccak
, otherwisestrings.Contains()
would induce a conflict withstarknet_with_keccak
if we call it onlystarknet