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
I think we should release the bytehood constraint in the spec, as their values are explicitly define from (byte) values from the lookup ref table @OlivierBBB
In this precise case these constraints aren't needed since, if I remember correctly, SHB_3_HI is constructed manually from input bytes and lookup'd values and the remaining columns (SHB_4_LO, …, SHB_7_LO) are obtained from one another by moving stuff around --- stuff that is already known to be bytes.
SHB_3_HI
, …SHB_7_LO
have byte constraints in the spec but not in CorsetShould they all be
:byte@prove
?The text was updated successfully, but these errors were encountered: