http://blog.kevinalbs.com/base122#a_minor_note_on_the_last_character
The 1 byte header makes it impossible to encode when the input size is unknown. Please remove the header and put it at the end of the stream, similar to the padding in base64. Otherwise, keep up the good work!
http://blog.kevinalbs.com/base122#a_minor_note_on_the_last_character
The 1 byte header makes it impossible to encode when the input size is unknown. Please remove the header and put it at the end of the stream, similar to the padding in base64. Otherwise, keep up the good work!