rust-simplicity icon indicating copy to clipboard operation
rust-simplicity copied to clipboard

Values as byte vectors

Open uncomputable opened this issue 2 years ago • 0 comments
trafficstars

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.

uncomputable avatar Jun 29 '23 08:06 uncomputable