8000 bpo-31116: Add Z85 variant to base64 by matan1008 · Pull Request #30598 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-31116: Add Z85 variant to base64 #30598

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

Merged
merged 11 commits into from
Feb 25, 2024
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Jan 14, 2022
commit d0f2d7c7d284aafa5940d9ed5bfb43e5b6df871e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Z85 encoding to ``base64``.
0