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
In zkASM memory is addressed in word/register-sized slots rather than bytes. There are quite a few places where we will receive bytes in the backend and will want to convert to slots, or places where we need to supply bytes but have slot count at hand. We should add methods/functions to implement these conversions so that they don't need to be open coded every time a need to convert arises.
The text was updated successfully, but these errors were encountered:
In zkASM memory is addressed in word/register-sized slots rather than bytes. There are quite a few places where we will receive bytes in the backend and will want to convert to slots, or places where we need to supply bytes but have slot count at hand. We should add methods/functions to implement these conversions so that they don't need to be open coded every time a need to convert arises.
The text was updated successfully, but these errors were encountered: