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
Currently if I have a byte with 7 bits, there is no clean way to convert that to a BitVec. So from_bytes should probably take len as an argument. Since this can be a breaking change, it might be better to create a different function instead
Currently if I have a byte with 7 bits, there is no clean way to convert that to a
BitVec. Sofrom_bytesshould probably takelenas an argument. Since this can be a breaking change, it might be better to create a different function instead