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

basenc implementation #162

Merged
merged 1 commit into from
Jun 26, 2024
Merged

basenc implementation #162

merged 1 commit into from
Jun 26, 2024

Conversation

mike-ward
Copy link
Contributor

The --z85 encoding is one I had not heard of before. Fixes several issues with base64 interop implementations according to the RFC.

The base16, base32hex, binary (lsbf & msbf) and z85 implementations are not present in the V's standard library. Should they? The ones in this program are straightforward and could be added. I'm willing to do the work.

Talk it over with the team if you're interested and let me know.

@JalonSolov
Copy link
Contributor

Couldn't hurt to open a PR to add them to stdlib. They can be discussed there.

Personally, I've never needed any of them, but someone does or they wouldn't exist. :-)

@JalonSolov JalonSolov merged commit 0d975f2 into vlang:main Jun 26, 2024
4 checks passed
@mike-ward mike-ward deleted the basenc branch July 2, 2024 13:55
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.

2 participants