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

base32ct: add crockford alphabet #1246

Open
russellbanks opened this issue Nov 1, 2023 · 2 comments
Open

base32ct: add crockford alphabet #1246

russellbanks opened this issue Nov 1, 2023 · 2 comments

Comments

@russellbanks
Copy link

I want to encode using Crockford Base32 as I'm implementing the Package Family Name algorithm but I'm unsure of how to implement the alphabet myself.

@tarcieri
Copy link
Member

I think I attempted trying to implement it at one point and couldn't quite get it working. Unfortunately I don't think I still have the code.

@russellbanks
Copy link
Author

russellbanks commented Nov 16, 2023

I had a look and the main issue I came up against was that DecodeStep requires a RangeInclusive but the Crockford Alphabet omits some characters.

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

No branches or pull requests

2 participants