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
It might be easier to represent values as byte vectors along with a Final type. Most values (that we interact with) are byte strings or slight variations thereof. We could destruct the value by using Final if needed. TMRs can be used to detect powers of two.
The text was updated successfully, but these errors were encountered:
It might be easier to represent values as byte vectors along with a
Final
type. Most values (that we interact with) are byte strings or slight variations thereof. We could destruct the value by usingFinal
if needed. TMRs can be used to detect powers of two.The text was updated successfully, but these errors were encountered: