base91-python
base91-python copied to clipboard
A python implementation of Base91 as described on http://base91.sourceforge.net/
Results
2
base91-python issues
Sort by
recently updated
recently updated
newest added
Hello, I just try to understand the 88 threshold in the encoding/decoding procedure. n += 13 if (v & 8191) > 88 else 14 If I calculate 89*91+91 = 8190...
I would like to have a B91 system where each 52bits maps to exactly 4 characters. Is it possible to do that?