Skip to content
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

Add ignore_whitespace option to Base64.from_encoded #118

Merged
merged 1 commit into from
May 3, 2024

Conversation

robin-nitrokey
Copy link
Member

This patch makes it easy to ignore whitespace in Base64 input, e. g. generated by the base64 tool without the --wrap=0 option.

Fixes: #108

This patch makes it easy to ignore whitespace in Base64 input, e. g.
generated by the base64 tool without the --wrap=0 option.

Fixes: #108
@robin-nitrokey robin-nitrokey merged commit f690555 into main May 3, 2024
6 checks passed
@robin-nitrokey robin-nitrokey deleted the base64-whitespace branch May 3, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore whitespace in Base64.from_encoded
1 participant