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 every element of a seq should be appended prepended by 0x00 so the move_on() function will skip a byte in both cases, but only return true if the byte is 0x01
The text was updated successfully, but these errors were encountered:
Looks like seq can't distinguish between
0x01
at the end of a sequence and0x01
as the first byte of an element:I think every element of a seq should be
appendedprepended by0x00
so themove_on()
function will skip a byte in both cases, but only returntrue
if the byte is0x01
The text was updated successfully, but these errors were encountered: