saxbophone / basest-python

Arbitrary base binary-to-text encoder (any base to any base), in Python.
https://pypi.org/project/basest/
Mozilla Public License 2.0
6 stars 0 forks source link

Raw encode and decode functions #9

Closed saxbophone closed 8 years ago

saxbophone commented 8 years ago

These will accept and output numbers only, rather than symbols. The ordinary encode() and decode() functions would then change to be just wrappers around these, and convert to and from the different symbol sets.