|
|
|
|
|
by nly
818 days ago
|
|
You wouldn't be able to skip the 5 char/4 byte requirement, you'd just be able to strip 0x00 bytes from the end. That actually complicates things, since you then need to specify in the spec whether handling that is a requirement for a conforming parser/reader. |
|
Assuming n is an integer:
This is like modified Base64, which doesn't need any padding.