You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the keccak_256("") isn't handled well as we can't model it as a bitvector. It's also debatable that there is of no use modelling it well because we won't have a bitvector x as input where keccak(x) == keccak("") as x can't have 0 bits.