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

alias make decoding buggy #16

Open
calve opened this issue Feb 26, 2016 · 0 comments
Open

alias make decoding buggy #16

calve opened this issue Feb 26, 2016 · 0 comments

Comments

@calve
Copy link

calve commented Feb 26, 2016

Hi folks,

I noticed the following behaviour

> base32.decode(base32.encode("deadbeef111"))
< "d{adbe{f111"

which appers to be introduced by the alias behaviour. I nulled the aliases dictionnary to retablish the desired behaviour.

> base32.decode(base32.encode("deadbeef111"))
< "deadbeef111"
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

1 participant