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 would like to have a B91 system where each 52b maps to exactly 4 char in base91. Is it possible?
2^13 in base91 is 90:2, that means everything from C" (90:2) to "" (90:90) should be invalid pairs.
I though Base91 will sometimes put 14bits into 2 characters due to "higher compression", and i wanted a version of base91 that WILL NOT switch between 13bit and 14bit blocks.
The text was updated successfully, but these errors were encountered:
I would like to have a B91 system where each 52b maps to exactly 4 char in base91. Is it possible?
2^13 in base91 is 90:2, that means everything from C" (90:2) to "" (90:90) should be invalid pairs.
I though Base91 will sometimes put 14bits into 2 characters due to "higher compression", and i wanted a version of base91 that WILL NOT switch between 13bit and 14bit blocks.
The text was updated successfully, but these errors were encountered: