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 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.
P.S. 2^13 in base91 is 90:2, that means everything from C" (90:2) to "" (90:90) should be invalid pairs.
I would like to have a B91 system where each 52bits maps to exactly 4 characters. Is it possible to do that?
The text was updated successfully, but these errors were encountered: