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

Reject non unique encoding alphabets and `None` being used in them #31

Closed saxbophone closed 6 years ago

saxbophone commented 6 years ago

Adds validation checks to encode() and decode() which validate the symbol tables and padding characters, to ensure these are unique and do not contain None.

Closes #26