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

AVM: Support base64_decode input without padding #3990

Closed
michaeldiamant opened this issue May 17, 2022 · 1 comment
Closed

AVM: Support base64_decode input without padding #3990

michaeldiamant opened this issue May 17, 2022 · 1 comment
Assignees

Comments

@michaeldiamant
Copy link
Contributor

michaeldiamant commented May 17, 2022

Problem

base64_decode demands padding, but that is inconvenient for some callers. Instead, it should work with or without padding, but if there is padding, it should fail if the padding is wrong.

@michaeldiamant michaeldiamant changed the title AVM: base64_decode follow up AVM: Support base64_decode input without padding May 18, 2022
@jannotti jannotti self-assigned this May 20, 2022
@jannotti
Copy link
Contributor

#4015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants