Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add sample encoders #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
saxbophone opened this issue May 30, 2019 · 0 comments
Open

Add sample encoders #50

saxbophone opened this issue May 30, 2019 · 0 comments
Labels
blocked This task cannot be started until a prerequisite has been completed enhancement

Comments

@saxbophone
Copy link
Owner

Perhaps these could be included in an examples module.

Well-known encoders I'd like to produce examples for:

  • Base64
  • Base64, URL-safe variant
  • Ascii85
  • Base85 (revised version of Ascii85 conforming to RFC 1924)
  • Z85 (ZeroMQ version of Ascii85)
  • Base91
  • Base32
  • Base16 (maybe too easy?)
  • Base36
  • Base58

With the exception of the base-85 schemes (which perform some additional kind of run-length encoding on certain output patterns, all of these should be rather trivial to implement as subclasses, and might serve as more helpful documentation and proof-of-concept to potential users.

Regarding the output transformation of the Ascii85 variants, it might be worth holding off until issue #27 is done (the pre-processing and post-processing ideas would be very helpful for such a scheme as Ascii85).

@saxbophone saxbophone added enhancement blocked This task cannot be started until a prerequisite has been completed labels May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This task cannot be started until a prerequisite has been completed enhancement
Projects
None yet
Development

No branches or pull requests

1 participant