|
|
|
|
|
by userbinator
4536 days ago
|
|
If I've interpreted this correctly, it means that all values between 256 and 65535 can't be encoded this way since they all have the form 0x0000nn00 with a nonzero nn, and those are the bits that can't be gotten to from rotating. |
|