Skip to content

Base64.decode #5765

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
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Base64.decode #5765

wants to merge 10 commits into from

Conversation

Amxx
Copy link
Collaborator

@Amxx Amxx commented Jun 23, 2025

Fixes #4287

Note: this uses a different decoding table than solady. It might not be as efficient, but its a method I 100% understand and can explain. The solady method feels like magic to me ... but maybe its magic we want.

Note that changing the decoding method can always be done at a later stage. It should be backward compatible anyway

PR Checklist

  • Tests
  • Documentation
  • Changeset entry (run npx changeset add)

@Amxx Amxx requested review from arr00 and james-toussaint June 23, 2025 21:22
@Amxx Amxx requested a review from a team as a code owner June 23, 2025 21:22
Copy link

changeset-bot bot commented Jun 23, 2025

🦋 Changeset detected

Latest commit: 4147b05

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
openzeppelin-solidity Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Amxx Amxx added this to the 5.5 milestone Jun 27, 2025
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.

Feature request: Base64.decode
1 participant