Daniel Lubarov 997453237f Store memory values as U256s
Ultimately they're encoded as `[F; 8]`s in the table, but I don't anticipate that we'll have any use cases where we want to store more than 256 bits. Might as well store `U256` until we actually build the table since they're more compact.
2022-07-17 07:58:28 -07:00
..
2022-07-17 07:58:28 -07:00
2022-07-14 11:59:01 -07:00